Advertisement
hanni76

Untitled

Feb 5th, 2025
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. {
  2. "name": "ServerDefName",
  3. "in": "query",
  4. "description": "Server Definition Name that will be used to build the connection string to the database",
  5. "schema": {
  6. "type": "string",
  7. "description": "Server Definition Name that will be used to build the connection string to the database",
  8. "nullable": false
  9. }
  10. },
  11. {
  12. "name": "DataSetName",
  13. "in": "query",
  14. "description": "Dataset Name that will be used to build the connection string to the database",
  15. "schema": {
  16. "type": "string",
  17. "description": "Dataset Name that will be used to build the connection string to the database",
  18. "nullable": false
  19. }
  20. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement