Create a new value set item
POST/v1/valuesets/items
Add a new item to an existing value set with the specified value, descriptions, and optional extra data.
Value set items represent the actual selectable options within a value set. Each item must have a unique value within its parent value set and can include localized descriptions for internationalization.
Requirements: • Parent value set must exist and be accessible • Value must be unique within the parent value set • Only CUSTOM type value sets can have items added via API
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
- 500
Value set item successfully created and added to the parent value set
Invalid input data, validation errors, or parent value set restrictions
Authentication credentials are missing or invalid
Insufficient permissions to create items in this value set
Parent value set with the specified ID does not exist or is not accessible
An item with the specified value already exists in the parent value set
Unexpected server error occurred while creating the value set item