Projects
Convert all Runbooks to be stored in Git rather than the database.
post/{spaceId}/projects/{projectId}/git/migrate-runbooks
Path parameters
spaceIdstring required
The ID of the space containing the resource(s).
projectIdstring required
Request body
Example request
{
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Response
Indicates that the project runbooks were converted to Git
Example response
{
"ServerTaskId": "ServerTasks-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.