---
title: "PUT /Species/{id}"
method: PUT
path: "/Species/{id}"
tags: ["Species"]
---

# PUT /Species/{id}

`PUT /Species/{id}`

## Path parameters

- `id` string, required

## Request body

- UpdateSpeciesDto
  - `code` string, nullable
  - `name` string, nullable
  - `description` string, nullable
  - `color` string, nullable
  - `isActive` boolean, nullable
  - `displayOrder` union
    - integer
    - string, int32

## Response `200`

OK

- SpeciesDto
  - `id` string
  - `code` string
  - `name` string
  - `description` string, nullable
  - `color` string, nullable
  - `isActive` boolean
  - `displayOrder` union
    - integer
    - string, int32
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/d8d7501dde48/schema)
