Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "ServerDefName",
- "in": "query",
- "description": "Server Definition Name that will be used to build the connection string to the database",
- "schema": {
- "type": "string",
- "description": "Server Definition Name that will be used to build the connection string to the database",
- "nullable": false
- }
- },
- {
- "name": "DataSetName",
- "in": "query",
- "description": "Dataset Name that will be used to build the connection string to the database",
- "schema": {
- "type": "string",
- "description": "Dataset Name that will be used to build the connection string to the database",
- "nullable": false
- }
- },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement