Request/Accept/Reject Entry Publish Request
POST https://{{base_url}}/v3/content_types/{{content_type_uid}}/entries/{{entry_uid}}/workflow
This multipurpose request allows you to either send a publish request or accept/reject a received publish request.
To use the API Request, you will need to authenticate yourself either with a Management Token (highly recommended) or an Authtoken.Â
Read more about it in Authentication.
For more information, refer to the Request/Accept/Reject Entry Publish Request API Reference document
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
locale | string | Enter the code of the locale that the entry belongs to. |
Request Body
{"workflow"=>{"publishing_rule"=>{"uid"=>"blt9b9253297f117e84", "action"=>"publish", "status"=>1, "notify"=>false, "comment"=>"Please review this."}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
api_key | string | ||
authtoken | string | ||
Content-Type | string |