Skip to main content
PATCH
/
api
/
skills
/
proposals
/
{id}
Edit a proposed SKILL.md before approving
curl --request PATCH \
  --url https://api.operark.com/api/skills/proposals/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "proposed_skill_md": "<string>"
}
'

Authorizations

Authorization
string
header
required

JWT token from /api/auth/token

Path Parameters

id
string
required

Body

application/json
proposed_skill_md
string
required
Minimum string length: 1

Response

Proposal updated