Promote Skill Revision
promoteSkillRevisionMake a skill revision the active (live) one. The previously active revision becomes historic and can be re-activated later. Idempotent: promoting the already-active revision succeeds rather than erroring, and still applies any revision_name / revision_description supplied in the body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| revision_name | No | Optional display name to set on the promoted revision. | |
| skill_revision_id | Yes | Skill revision ID. | |
| revision_description | No | Optional description for the promoted revision. Pass null to clear an existing description. |