Update an existing value set
PATCH/v1/valuesets/:id
Modify the name or descriptions of an existing value set.
This endpoint allows you to update value set metadata while preserving all associated items. Note that the type field cannot be modified after creation for data integrity reasons.
Restrictions: • SYSTEM type value sets cannot be modified • Name changes must maintain uniqueness • Type field is immutable after creation
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 500
Value set successfully updated with new information
Invalid input data, validation errors, or attempt to modify system value set
Authentication credentials are missing or invalid
Insufficient permissions to modify this value set
Value set with the specified ID does not exist
The updated name conflicts with an existing value set
Unexpected server error occurred while updating the value set