Schedule a project
  POST /project/{id|slug}/schedule     
 POST
 /project/{id|slug}/schedule
 Authorizations
Parameters
Path Parameters
 id|slug 
 required
   string
[  "AABBCCDD",  "my_project"]The ID or slug of the project
Request Body
Information about date and requested status
object
 time 
 required
   string  format: ISO-8601  
2023-02-05T19:39:55.551839Z 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
invalid_input description 
 required
   The contents of the error
string
Error while parsing multipart payload401
Incorrect token scopes or no authorization to access the requested item(s)
object
 error 
 required
   The name of the error
string
unauthorized description 
 required
   The contents of the error
string
Authentication Error: Invalid Authentication Credentials