# Update Model

Update a model's name and description.

Endpoint: PUT /tailored-gen/models/{model_id}

## Path parameters:

  - `model_id` (integer, required)

## Header parameters:

  - `api_token` (string, required)

## Request fields (application/json):

  - `name` (string)

  - `description` (string)

## Response 200 fields (application/json):

  - `id` (integer)

  - `name` (string)

  - `description` (string)

  - `status` (string)

  - `project_id` (integer)

  - `dataset_id` (integer)

  - `created_at` (string)


## Response 401 fields

## Response 403 fields

## Response 404 fields

## Response 429 fields

## Response 500 fields
