# Update model **PUT /data/output-files/{instance_id}** Update a model instance with data provided in the request body. JSON format is expected. Model performs validation automatically when fields are modified. ## 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) ## Responses ### 200: Model updated successfully #### Body Parameters: application/json (object) - **id** (string(uuid)) - **name** (string) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400: Invalid data format or validation error [Powered by Bump.sh](https://bump.sh)