cURL
curl --request PUT \ --url https://elixir.jobkit.io/terms/{id}.json \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>" }'
{ "id": 123, "name": "<string>" }
Update a job term with the given ID