cURL
curl --request PUT \ --url https://elixir.jobkit.io/categories/{id}.json \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": 123, "name": "<string>" }
Update a category with the given ID
Documentation IndexFetch the complete documentation index at: https://docs.jobkit.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.jobkit.io/llms.txt
Use this file to discover all available pages before exploring further.