Path parameters
-
extension_id
string Required Id of an extension
Responses
-
200 application/json
Archive uploaded successfully.
-
400 application/json
Could not accept the extensions file. (code:
extensions.request_execution_failed
) -
401 application/json
- The extension does not belong to you. (code:
extensions.unauthorised
) - Your current session does not have a user id associated with it. (code:
extensions.no_user_id
)
- The extension does not belong to you. (code:
-
404 application/json
The extension you want does not exist. (code:
extensions.not_found
)
PUT
/deployments/extensions/{extension_id}
curl \
--request PUT 'https://{{hostname}}/api/v1/deployments/extensions/{extension_id}' \
--user "username:password"