Skip to main content
PATCH
Update an agent skill’s configuration. You can change the config, enable/disable the skill, update delivery channels, or modify the schedule.

Path Parameters

string
required
The agent skill ID (not the skill definition ID).

Request Body

All fields are optional — only include the fields you want to update.
boolean
Enable or disable the skill.
object
Updated skill-specific configuration. Replaces the entire config object.
string
Updated trigger type: event or schedule.
object
Updated schedule settings.
array
Updated delivery channels.

Response

object
The updated agent skill object.