Appearance
Update campaign run.
PATCH
/backend/v1/campaign-runs/{campaignRunId}
Modifies the campaign run's status, name and start time.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Parameters
Path Parameters
campaignRunId*
Typestring
Requiredformat
uuid
Request Body
application/json
JSON
{
"name": "string",
"startAt": "string",
"status": "string"
}
Responses
Successful Response
application/json
JSON
{
"message": "string"
}