ProjectTriggers
Create a new project trigger
post/spaces/{spaceIdentifier}/projecttriggers
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
Request body
Example request
{
"ProjectId": "Projects-1",
"SpaceId": "Spaces-1"
}Response
Created
Example response
{
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.