Skip to main content
POST
/
api
/
skills
/
proposals
/
{id}
/
reject
Reject a proposal with reason
curl --request POST \
  --url https://api.operark.com/api/skills/proposals/{id}/reject \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reason": "<string>"
}
'

Authorizations

Authorization
string
header
required

JWT token from /api/auth/token

Path Parameters

id
string
required

Body

application/json
reason
string
required
Required string length: 1 - 1000

Response

Rejected