# This will update a category is given a category id **POST /v1/shop/category** This will update a category is given a category id, or will will create a new category and return an updated category list ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Body: application/json (object) Product category request for category data transfer object - **categories** (array[object]) List of product categories to create or update ## Responses ### 200 Update a given set of categories #### Body: application/json (object) - **categories** (array[object]) ### 201 Create (and maybe update) a given set of categories #### Body: application/json (object) - **categories** (array[object]) [Powered by Bump.sh](https://bump.sh)