cURL
curl --request PATCH \ --url https://app.blogbowl.io/api/v1/pages/{page_id}/categories/{id} \ --header 'Content-Type: application/json' \ --data ' { "name": null, "slug": null, "description": null, "color": null } '
{ "id": 123, "name": "<string>", "slug": "<string>", "description": "<string>", "color": "<string>", "page_id": 123, "created_at": "<string>", "updated_at": "<string>" }
Page ID
Category ID
Category name
Category slug
Category description
Category color (hex)
Updated category
Category color
Creation date
Updated date