Update a job term with the given ID
curl --request PUT \ --url https://elixir.jobkit.io/terms/{id}.json \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
{ "id": 123, "name": "<string>" }
The id of the term to update
The new name of the term