• Document Up to Date

Go Live

Go live workflow.

Resource Information

This service uses the tomcat application on port 8080 by default. To see a list of default ports click here

The context for this API is /studio, please prefix the API URLs with this context.

HTTP Verb
POST
URL
/api/1/services/api/1/workflow/go-live.json
Response Formats
JSON
Required Role
N/A

Parameters

Name
Type
Required
Description
site_id
String
Site to use

Example

Request

POST .../api/1/services/api/1/workflow/go-live.json?site_id=mysite
1{
2    "schedule":"now",
3    "submissionComment":" ",
4    "publishOptionComment":"",
5    "publishChannel":"Live",
6    "items":[
7        "/site/website/style/index.xml"
8    ]
9}

Response

Status 200 OK

{
    "status":200,
    "message":"Item(s) has been pushed live. It will be visible on the live site shortly.",
    "success":true,
    "item":null,
    "invalidateCache":false
}

Responses

Status
Location
Response Body
200

See example above.