API referenceEndpoints

Set skill enablement

Requires an authenticated tenant principal. Generated from the production route registered in `internal/features/skills/inbound/http_user.go`.

PUT/v1/skills/{kind}/{id}/enablement

Requires an authenticated tenant principal. Generated from the production route registered in internal/features/skills/inbound/http_user.go.

Authorization

bearerAuth
AuthorizationBearer <token>

Engine-issued API key or tenant-signed JWT.

In: header

Path Parameters

kind*string

Value in

  • "application"
  • "personal"
id*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

The enablement switch. Enabling requires content_sha256 — the catalog hash the user saw — and is refused with 409 when the content changed since. Unknown fields are rejected.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PUT "https://example.com/v1/skills/application/497f6eca-6276-4993-bfeb-53cbbbba6f08/enablement" \  -H "Content-Type: application/json" \  -d '{    "enabled": true  }'
{}