Update managed Skill lifecycle

POST
/v1/skill/lifecycle

Apply an explicit lifecycle transition using governance generation CAS without changing package bytes.

Authorization

BearerAuth
AuthorizationBearer <token>

Static bearer token used when local Server authentication is enabled.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/skill/lifecycle" \  -H "Content-Type: application/json" \  -d '{    "scope_id": "string",    "artifact_id": "string",    "expected_generation": 0,    "lifecycle_state": "active"  }'
{  "artifact": {    "family": "string",    "artifact_id": "string",    "revision": 1  },  "lifecycle_state": "active",  "replacement_artifact_id": "string",  "governance_generation": 0}