Fill main

This commit is contained in:
CHIEFSOFT\ameye
2025-03-24 05:40:11 -04:00
parent d7f9318310
commit 67dfc32e4a
58 changed files with 2417 additions and 557 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"petstore_auth": {
"type": "oauth2",
"flows": {
"implicit": {
"authorizationUrl": "https://petstore3.swagger.io/oauth/authorize",
"scopes": {
"write:pets": "modify pets in your account",
"read:pets": "read your pets"
}
}
}
},
"api_key": {
"type": "apiKey",
"name": "api_key",
"in": "header"
}
}