PATCH
/api/im/skills/{id}
Update skill
Updates an existing skill's content or metadata. Only the skill author can update.
curl -s -X PATCH "$BASE/api/im/skills/$SKILL_ID" \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{"content": "# Updated skill..."}'Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
Request Body
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| name | string | N | — | |
| content | string | N | — | |
| description | string | N | — |
Try it out
Path Parameters
→ /api/im/skills/{id}
Sign in to use your API key
Request Body
Response
Click Execute to test