Responses
-
Extension updated successfully.
-
Could not download the extension from the specified URL. (code:
extensions.request_execution_failed
) -
- 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:
-
The extension you want does not exist. (code:
extensions.not_found
) -
The version you sent does not match the persisted version. (code:
extensions.version_conflict
)
POST
/deployments/extensions/{extension_id}
curl \
--request POST 'https://api.elastic-cloud.com/api/v1/deployments/extensions/{extension_id}' \
--header "Content-Type: application/json" \
--data '{"name":"string","description":"string","download_url":"string","extension_type":"plugin","version":"string"}'