ProjectTriggers
Modify a ProjectTriggerResource by ID
Updates an existing project trigger
put/{spaceId}/projecttriggers/{id}
Path parameters
spaceIdstring required
Id of the space where the project is located
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.