ProcessTemplates
Share new process template to spaces
post/platformhub/{gitRef}/processtemplates/{slug}/share
Path parameters
gitRefstring required
slugstring required
Request body
Example request
{
"IndividuallySharedSpaceIds": [
"Spaces-1",
"..."
]
}Response
Response containing the results of the share process template command
Example response
{
"IndividuallySharedSpaceIds": [
"Spaces-1",
"..."
],
"IndividuallyUnsharedSpaceIds": [
"Spaces-1",
"..."
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.