Skip to main content

Enable Snap Addon

Enables Snap Addon for a plan

Path Parameters
  • PlanId string required
Header Parameters
  • Accept string required
Responses

OK


Schema
  • error object[]
  • entity object
  • _type_ integer
  • status object
  • errorMessage string
  • errorCode integer
PUT /v2/plan/:planid/addon/snap/action/enable    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
PlanId — path required
Accept — header required
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/v2/Plan/:PlanId/AddOn/Snap/Action/Enable' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'