Skip to main content
PATCH
Rename a branch tag across the project

Authorizations

X-API-Key
string
header
required

Headers

customer
string
required

Workspace identifier

Path Parameters

projectId
string
required

Project UUID, not a slug. Resolve a slug with GET /project/slug/{slug} using the same workspace and credentials, then pass the returned id.

Body

application/json
current_text
string
required
Maximum string length: 64
new_text
string
required
Maximum string length: 64

Response

200 - application/json
affected_branches
number
required

Number of branches updated, including Base when applicable.