# Update category Update an existing permissions category. Provide the category ID as a path parameter to specify which category to update, and send the updated category information in the request body. This route does not update the permissions associated with the category. Use the add or update permissions routes to manage permission associations. Endpoint: PATCH /resources/permissions/v1/categories/{categoryId} Version: 1.0 Security: bearer ## Path parameters: - `categoryId` (string, required) ## Request fields (application/json): - `name` (string) - `description` (string) ## Response 200 fields