Request
Body Params application/json
{
"data": {
"type": "item_category",
"attributes": {
"name": "string",
"description": "string",
"order": 0,
"photo_image_id": "string",
"parent_id": 0
}
}
}
Request samples
curl --location --request PATCH 'https://rnters-staging.herokuapp.com/api/me/item_categories/' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"type": "item_category",
"attributes": {
"name": "string",
"description": "string",
"order": 0,
"photo_image_id": "string",
"parent_id": 0
}
}
}'
Responses
Update subcategory ancestry
This response does not have a body.
Modified at 2025-07-07 17:53:32