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