Skills
Deploy the current draft variation
Promotes the latest draft variation to active. The response contains the post-deploy skill (with hasUnpublishedChanges=false) and a server-side deployedAt timestamp. The legacy git-push + change-detection side effects are deferred — the v1 only flips the active variation pointer.
POST
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Numeric skill id.
Example:
42
Body
application/json
SHA the SPA last saw the remote file at; lets the user force-push past a previous drift by acknowledging the version they are overwriting. Empty string is treated as absent.
Maximum string length:
200Example:
"a1b2c3d4e5f607890123456789abcdef01234567"