Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.16.1
-
None
-
Unknown
Description
Doing something like this:
rest("/").post("{siteKey}/{userId}") .param() .name("siteKey") .allowableValues("ST1", "ST2", "ST3", "ST7", "SP1") .endParam() .endRest();
Is only outputting a parameter object like this:
{ "name": "siteKey", "in": "path", "description": "Which site to use for the login.", "required": true, "type": "string" }