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