cURL
curl --request PATCH \ --url https://api.example.com/categories/:id \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>" } '
{ "data": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>" } }
Update a category by id.
1
OK
Show child attributes