Projects

Validate the provided git ref

post/{spaceId}/projects/{projectId}/git/validate

Path parameters

spaceIdstring required
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

No recorded changes to this endpoint across all 6 revisions of this API.