Projects

Validate the provided git ref

post/projects/{projectId}/git/validate

Path parameters

projectIdstring required

ID of the Project

Request body

GitRefstring required
ProjectIdstring required

ID of the Project

SpaceIdstring required

Example request

{
  "ProjectId": "Projects-1",
  "SpaceId": "Spaces-1"
}

Response

Validated Git ref or error message

Errorstring

Changes