Addons /
Resume addon
Resume the given addon if it is paused.
Required permission
Project > Addons > General > Update
Path parameters
projectId
string requiredID of the projectaddonId
string requiredID of the addon
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
POST /v1/projects/{projectId}/addons/{addonId}/resume
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}