Skip to main content
PATCH
Rename an interview campaign

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Path Parameters

project_id
string<uuid>
required

UUID of the project

campaign_id
string<uuid>
required

UUID of the interview campaign

Body

application/json
name
string
required

New campaign name (trimmed; must be unique in the project)

Response

Campaign renamed

A named, project-scoped group of interviews (e.g. a workshop wave or rollout round). Created lazily via campaign_name on the assign endpoint; names are unique per project (case-insensitive).

id
string<uuid>
read-only
name
string
created_at
string<date-time>
read-only
interview_count
integer
read-only

Number of interviews in the campaign.