cURL
curl --request PATCH \ --url https://mock-api.cevro.ai/v1/players/{playerId}/notes/{noteId}/pin \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'X-Session-ID: <x-session-id>' \ --data '{ "pinned": true }'
{ "success": true, "pinned": true, "message": "<string>" }
API Bearer token. For this demo, any non-empty string is accepted.
true
Note pin status updated