Appearance
Approve, dismiss, or restore a Growth Opportunity​
PATCH
/product/sites/{siteId}/growth-opportunities/{opportunityId}
Authorizations​
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Parameters​
Path Parameters
siteId*
Type
Requiredstring
opportunityId*
Type
Requiredstring
Request Body​
application/json
JSON"status": "string"
{
 Â
}
Responses​
OK
application/json
JSON"opportunity": "string"
{
 Â
}