Skip to main content
POST
/
x-enums
cURL
curl --request POST \
  --url http://localhost:8000/x-enums \
  --header 'Content-Type: multipart/form-data' \
  --form enum1=value1 \
  --form enum2=PUBLIC

Body

multipart/form-data
enum1
enum<string>
Available options:
value1,
value2,
value3
enum2
enum<string>
Available options:
PUBLIC,
PRIVATE1,
PRIVATE2

Response

200

Success