cURL
curl --request PATCH \ --url https://api.perscom.io/{version}/categories/{category}/qualifications/toggle \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "resources": [ {} ] }'
{ "attached": [ 123 ], "detached": [ 123 ] }
v1
v2
image
Was this page helpful?