Appearance
Create campaign.
POST
/backend/v1/campaigns
Creates a new campaign. You can specify the campaign's name, description, and associated attacks.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"attacks": [
],
"description": "string",
"name": "string"
}
Responses
Successful Response
application/json
JSON
{
"id": "string"
}