Publish a proxy
Log in to add to favouritesPOST/api/management/projects/{projectId}/proxies/{proxyId}/workflow/events
Parameters
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
projectId(required) | path | string | - | The project identifier found in the project overview screen of the management console. |
proxyId(required) | path | string | guid | The proxy identifier |
Examples
Publish a proxy
POST /api/management/projects/movieDb/proxies/a65a22bf-0864-4dc6-8a9d-51063ed3ffba/workflow/events
{
"version": "0.3",
"event": "publish"
}