Skip to main content
POST
/
branches
/
{id}
/
refresh
Refresh branch
curl --request POST \
  --url https://api.specular.dev/branches/{id}/refresh \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication with API key (format: Bearer sk_xxx)

Path Parameters

id
string
required

Branch ID

Response

Branch refresh initiated

Branch refresh initiated

message
string