# Update task status **PUT /data/task-status/{instance_id}** Update a task status with data provided in the request body. JSON format is expected. If is_default is set to true, sets all other statuses to non-default. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **instance_id** (string(uuid)) ## Body parameters Content-type: application/json - **name** (string) - **short_name** (string) - **color** (string) - **is_default** (boolean) ## Responses ### 200: Task status updated successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) - **name** (string) - **short_name** (string) - **color** (string) - **is_default** (boolean) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400: Invalid data format or validation error [Powered by Bump.sh](https://bump.sh)