DeploymentSettings
Modify deployment settings
Modifies deployment settings for a project.
put/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
Git reference to use when modifying deployment settings.
Request body
Example request
{
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Response
Confirmation that the Deployment Settings were modified, contains the updated Deployment Settings
Example response
{
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}