CRM Scenarios
Update CRM Scenario
Updates an existing CRM scenario. The scenario ID must be provided in the request body.
PUT
/
crm
/
scenario
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
id
string
requiredThe ID of the CRM scenario to update.
name
string
requiredThe new name for the CRM scenario.
description
string | null
An optional new description for the CRM scenario.
Response
200 - application/json
message
string
scenario
object
Was this page helpful?