---
title: "POST /config/referencetype"
method: POST
path: "/config/referencetype"
---

# POST /config/referencetype

`POST /config/referencetype`

Update a reference type

## Request body

- ReferenceTypeIn
  - `name` string, required
  - `description` string
  - `color` string
  - `objectSchemaId` string

## Response `201`

- ReferenceType
  - `workspaceId` string, required
  - `globalId` string, required
  - `id` string
  - `name` string, required
  - `description` string
  - `color` string
  - `url16` string
  - `removable` boolean
  - `objectSchemaId` string
  - `cdmData` ReferenceTypeCdmData
    - `types` ReferenceTypeCdmType[]
      - `key` string
      - `version` integer
      - `opinionated` boolean

## Other responses

- `400` — The system cannot fulfill the request due to validation errors. See the response body for more details.
- `401` — Client must be authenticated to access this resource.
- `500` — Something went wrong. Please try again later. If the error persists, contact our support team.

---

[API](https://skmtc.net/atlassian/apis/rest.md) · [All operations](https://skmtc.net/atlassian/apis/rest/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/rest/versions/07137e668210/schema)
