Skip to main content
POST
Pull a repo-backed tap script from its branch head

Authorizations

x-api-key
string
header
required

Optional API key for authentication (enabled via application.yaml)

Body

application/json
tapName
string
required
apply
enum<string>

Advance the tap's pinned commit to the branch head when drifted

Available options:
true,
false

Response

Drift status

found
boolean
drifted
boolean
headCommitSha
string
pinnedCommitSha
string
script
string

Present only when drifted — the branch-head source

applied
boolean