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