cURL
curl --request PUT \ --url https://api.rask.ai/v2/glossaries/{glossary_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "entries": {} }'
{ "id": "<string>", "name": "<string>", "version": 123, "src_lang": "<string>", "dst_lang": "<string>", "entries": {} }
Update existing glossary.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Glossary ID
Updated glossary
The response is of type object.
object