Set skill enablement
Requires an authenticated tenant principal. Generated from the production route registered in `internal/features/skills/inbound/http_user.go`.
/v1/skills/{kind}/{id}/enablementRequires an authenticated tenant principal. Generated from the production route registered in internal/features/skills/inbound/http_user.go.
Authorization
bearerAuth Engine-issued API key or tenant-signed JWT.
In: header
Path Parameters
Value in
- "application"
- "personal"
uuidRequest 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 }'{}Get own skill
Requires an authenticated tenant principal. Generated from the production route registered in `internal/features/skills/inbound/http_user.go`.
Upload personal skill
Requires an authenticated tenant principal. Generated from the production route registered in `internal/features/skills/inbound/http_user.go`.