Update an existing value set item
PATCH/v1/valuesets/items/:id
Modify the value, descriptions, or extra data of an existing value set item.
This endpoint allows you to update item details while maintaining its association with the parent value set. The parent value set ID cannot be changed after creation for data integrity reasons.
Restrictions: • Items in SYSTEM type value sets cannot be modified • Value changes must maintain uniqueness within the parent value set • Parent value set association is immutable
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 500
Value set item successfully updated with new information
Invalid input data, validation errors, or attempt to modify system value set item
Authentication credentials are missing or invalid
Insufficient permissions to modify this value set item
Value set item with the specified ID does not exist
The updated value conflicts with another item in the same value set
Unexpected server error occurred while updating the value set item