Returns options for a server framework
GET
/gen/servers/{framework}
servers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/gen/servers/'
Response Response Example
{
"property1": {
"default": "string",
"description": "string",
"enum": {
"property1": "string",
"property2": "string"
},
"optionName": "string",
"type": "string"
},
"property2": {
"default": "string",
"description": "string",
"enum": {
"property1": "string",
"property2": "string"
},
"optionName": "string",
"type": "string"
}
}
Request
Path Params
framework
string
required
Responses
Modified at 2022-09-11 22:30:38