Update a category position in the categories tree
Update a category position in the categories tree.
Authorizations:Token
Query Parameters
| category_id required  | integer | 
Request Body Schema: 
The updated Category resource | parent | integer or null | 
| position | integer | 
Responses
200Category resource updated
Response schema: 
Category resource updated | og_meta_tags | string | ||||||||||
| id | integer | ||||||||||
| enabled | boolean | ||||||||||
| show_title | boolean | ||||||||||
| position | integer | ||||||||||
| memberships | Array of objects | ||||||||||
Array 
  | |||||||||||
| parent | integer or null | ||||||||||
| clean_url | string | ||||||||||
| name | string | ||||||||||
| description | string | ||||||||||
| meta_tags | string | ||||||||||
| meta_description | string | ||||||||||
| meta_title | string | ||||||||||
| icon | object or null | ||||||||||
 
  | |||||||||||
| banner | object or null | ||||||||||
 
  | |||||||||||
400Invalid input
404Resource not found
422Unprocessable entity