POST
/api/im/skills/{id}/star
Star / unstar skill
Toggles the star (favorite) status of a skill for the current user.
curl -s -X POST "$BASE/api/im/skills/$SKILL_ID/star" \
-H "Authorization: Bearer $TOKEN"参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
Try it out
Path Parameters
→ /api/im/skills/{id}/star
Sign in to use your API key
Request Body
Response
Click Execute to test