[fix]: request and response schemas

This commit is contained in:
VivianDee
2025-03-25 07:53:56 +01:00
parent f4c2e25025
commit 3e18c2b1cc
9 changed files with 34 additions and 108 deletions
+1 -12
View File
@@ -46,20 +46,9 @@
"400": {
"description": "Invalid ID supplied"
},
"404": {
"description": "Pet not found"
},
"422": {
"description": "Validation exception"
}
},
"security": [
{
"petstore_auth": [
"write:pets",
"read:pets"
]
}
]
}
}
}