Finalize a plugin upload
POST/v1/plugins/finalize-upload
This route allows you to complete the plugin creation process after the file has been successfully uploaded to the presigned URL. It validates the uploaded file and creates the plugin record with the provided metadata.
Request
Responses
- 200
- 400
- 401
- 404
- 409
- 422
- 500
- 502
Successfully finalized the plugin upload
Bad request
Unauthorized
The uploaded file was not found
A plugin with the given identifier already exists
The uploaded file is invalid or could not be processed
Internal server error
Bad gateway