cURL
curl --request POST \ --url https://api.scholarlysoftware.com/api/v1/ranks \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/vnd.api+json' \ --data ' { "data": { "type": "rank", "attributes": { "name": "<string>" }, "relationships": {} } } '
{ "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "rank", "attributes": { "name": "<string>", "created_at": "<string>", "updated_at": "<string>" }, "relationships": {} } }
Creates a new rank for the specified institution. Only available at institution admin permission levels.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Bearer token
Show child attributes
"rank"
rank created