Publish a component
Log in to add to favouritesPOST/api/management/projects/{projectId}/components/{contentTypeId}/workflow/events
Parameters
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
componentId(required) | path | string | - | The component identifier. |
contentTypeId(required) | path | string | - | The content type identifier. |
trigger(required) | body | object | workflow trigger | Details to invoke the workflow event. You can target a language variation by specifying the language |
Responses
Examples
POST: /api/management/projects/movieDb/components/role/workflow/events
{
"language": "en-GB",
"version": "2.0",
"event": "publish"
}