Projects
Test the Git settings to make sure we can connect.
post/spaces/{spaceIdentifier}/projects/{projectId}/git/connectivity-test
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
projectIdstring required
Request body
Example request
{
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Response
The results from testing git settings.
Changes
No recorded changes to this endpoint across all 7 revisions of this API.