relm_create_enum_value
Add a value to an enum group (e.g. group 'contact.type' value 'partner'). Idempotent; returns the full value set. Use this when relm_create rejects an unknown type with a valid_options list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | ||
| label | No | ||
| value | Yes |