Code Cleanup

This commit is contained in:
VivianDee
2025-03-19 19:37:53 +01:00
parent e2769472bb
commit 5e848b40d7
58 changed files with 2303 additions and 2144 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"
}
}