Skip to main content
POST
Sync template with GitHub

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Path Parameters

api_name
string
required
template_id
string
required

Body

application/json

Request to sync template with GitHub.

direction
enum<string>
required

Sync direction

Available options:
push,
pull
commit_message
string | null

Commit message for push

Response

Successful Response

Response from sync operation.

success
boolean
required
message
string
required
commit_sha
string | null
has_conflict
boolean
default:false