v2

latestOpenAPI 3.1.02026-08-05267431678.1 KB
custom-enums

Update Custom Enum

Update a custom enum's metadata.

Args: enum_id: Custom enum primary key. request: Partial update payload. auth: Authenticated caller. service: Custom-enum service.

Returns: CustomEnumResponse after the update.

Raises: HTTPException: 404 when missing; 409 on name conflict.

patch/custom-enums/{enum_id}

Path parameters

enum_idstring required

Request body

namestring nullable

New name for the enum

valuesstring[] nullable

New list of allowed values

descriptionstring nullable

New description

Response

Successful Response

idstring required
user_idstring required
namestring required
valuesstring[] required
descriptionstring nullable
created_atstring required
updated_atstring required