• Document Up to Date

Bulk Go Live

Bulk go live.

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/deployment/bulk-golive.json
Response Formats
JSON
Required Role
N/A

Parameters

Name
Type
Required
Description
site_id
String
Site to use
path
String
Path of the content
environment
String
Environment to deploy content
comment
String

Submission comment

Example

Request

POST .../api/1/services/api/1/deployment/bulk-golive.json?site_id=mysite&path=/site/website&environment=Live

Response

Status 200 OK

{
    "success":true
}

Responses

Status
Location
Response Body
200

See example above.