---
title: "POST /custom_fields/{custom_field_id}/custom_options"
method: POST
path: "/custom_fields/{custom_field_id}/custom_options"
tags: ["custom_fields"]
---

# POST /custom_fields/{custom_field_id}/custom_options

`POST /custom_fields/{custom_field_id}/custom_options`

Create a custom option for a custom field

## Path parameters

- `custom_field_id` integer, required

## Request body

- PostCustomFieldsCustomFieldIdCustomOptions — Create a custom option for a custom field
  - `name` string, required — Name of the custom option

## Response `201`

Create a custom option for a custom field

- CustomOptionEntity — CustomOptionEntity model
  - `id` integer
  - `name` string

## Other responses

- `400` — validation_error
- `401` — authentication_error
- `403` — authorization_error
- `404` — not_found_error
- `422` — validation_error
- `500` — internal_server_error

---

[API](https://skmtc.net/propstack/apis/propstack-api-v2-beta.md) · [All operations](https://skmtc.net/propstack/apis/propstack-api-v2-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/propstack/propstack-api-v2-beta/revisions/ae1e0fe6da1a/schema)
