Skip to content

Update campaign.

PATCH
/backend/v1/campaigns/{campaignId}

Updates a campaign. You can modify the campaign's name, description, and associated attacks.

Authorizations

HTTPBearer
TypeHTTP (bearer)

Parameters

Path Parameters

campaignId*
Typestring
Required
formatuuid

Request Body

application/json
JSON
{
"attacks": "string",
"description": "string",
"name": "string"
}

Responses

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

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Updated at: