DeploymentSettings
Get deployment settings by ID.
get/spaces/{spaceIdentifier}/projects/{projectId}/{gitRef}/deploymentsettings
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
projectIdstring required
The Project ID to get the deployment settings from. Example Projects-1.
gitRefstring required
Response
The requested Deployment Settings.
Example response
{
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.