-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Konstantin Lapkovsky
committed
Dec 13, 2023
1 parent
2873164
commit 3fce8f9
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
tests/fixtures/SwaggerServiceTest/tmp_data_request_with_empty_data_query.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"swagger": "2.0", | ||
"host": "localhost", | ||
"basePath": "\/", | ||
"schemes": [], | ||
"paths": [], | ||
"definitions": [], | ||
"info": { | ||
"description": "This is automatically collected documentation", | ||
"version": "0.0.0", | ||
"title": "Name of Your Application", | ||
"termsOfService": "", | ||
"contact": { | ||
"email": "[email protected]" | ||
} | ||
}, | ||
"securityDefinitions": { | ||
"query": { | ||
"type": "apiKey", | ||
"name": "api_key", | ||
"in": "query" | ||
} | ||
} | ||
} |