Get a presigned URL for uploading a plugin
POST/v1/plugins/upload-url
This route allows you to get a presigned URL for uploading a new plugin file. Use the returned URL and fields to upload the file directly, then call the finalize endpoint to complete the process.
Request
Responses
- 200
- 400
- 401
- 409
- 500
Successfully generated a presigned upload URL
Bad request
Unauthorized
A plugin with the given identifier already exists
Internal server error