Skip to content

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
Required
formatuuid

Request Body

application/json
JSON
{
"name": "string",
"startAt": "string",
"status": "string"
}

Responses

Successful Response
application/json
JSON
{
"message": "string"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Updated at: