Get a presigned URL for plugin updates
PUT/v1/plugins/:identifier/upload-url
This route allows you to get a presigned URL for replacing the file of an existing plugin. Use the returned URL and fields to upload the new file directly, then call the finalize endpoint to complete the process.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Successfully generated a presigned upload URL
Bad request
Unauthorized
A plugin with the given identifier was not found
Internal server error