# Create task status **POST /data/task-status** Create a new task status with data provided in the request body. JSON format is expected. If is_default is true, sets all other statuses to non-default. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Body: application/json (object) - **name** (string) - **short_name** (string) - **color** (string) - **is_default** (boolean) ## Responses ### 201 Task status created successfully #### Body: 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)