Schedule a project
POST /project/{id|slug}/schedule
POST
/project/{id|slug}/schedule
Authorizations
Parameters
Path Parameters
id|slug
required
string
The ID or slug of the project
Request Body
Information about date and requested status
object
time
required
string format: ISO-8601
requested_status
required
The requested status when scheduling the project for release
string
Responses
204
Expected response to a valid request
400
Request was invalid, see given error
object
error
required
The name of the error
string
description
required
The contents of the error
string
401
Incorrect token scopes or no authorization to access the requested item(s)
object
error
required
The name of the error
string
description
required
The contents of the error
string