ProcessTemplates

Share new process template to spaces

post/platformhub/{gitRef}/processtemplates/{slug}/share

Path parameters

gitRefstring required
slugstring required

Request body

GitRefstring required
IndividuallySharedSpaceIdsstring[] required
ShareToAllSpacesboolean required
Slugstring required

Example request

{
  "IndividuallySharedSpaceIds": [
    "Spaces-1",
    "..."
  ]
}

Response

Response containing the results of the share process template command

IndividuallySharedSpaceIdsstring[] required
IndividuallyUnsharedSpaceIdsstring[] required
SharedToAllSpacesboolean required

Example response

{
  "IndividuallySharedSpaceIds": [
    "Spaces-1",
    "..."
  ],
  "IndividuallyUnsharedSpaceIds": [
    "Spaces-1",
    "..."
  ]
}

Changes

No recorded changes to this endpoint across all 7 revisions of this API.