/choice-sets
POST {{baseUrl}}/choice-sets
Creates a new choice set
Request Body
{"displayName"=>"<string>", "internalName"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"id":"\u003cinteger\u003e","displayName":"\u003cstring\u003e","internalName":"\u003cstring\u003e"}