ProjectTriggers
Modify a ProjectTriggerResource by ID
Updates an existing project trigger
put/spaces/{spaceIdentifier}/projecttriggers/{id}
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
idstring required
Id of the project trigger
Request body
Example request
{
"Id": "ProjectTriggers-1",
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Response
Modified project trigger resource response
Example response
{
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.