fintech-automation-test
Version:
Autonomous Test Automation
50 lines • 742 B
JSON
{
"/pet/{petId}/uploadImage": {
"post": {}
},
"/pet": {
"post": {},
"put": {}
},
"/pet/findByStatus": {
"get": {}
},
"/pet/findByTags": {
"get": {}
},
"/pet/{petId}": {
"get": {},
"post": {},
"delete": {}
},
"/store/inventory": {
"get": {}
},
"/store/order": {
"post": {}
},
"/store/order/{orderId}": {
"get": {},
"delete": {}
},
"/user/createWithList": {
"post": {}
},
"/user/{username}": {
"get": {},
"put": {},
"delete": {}
},
"/user/login": {
"get": {}
},
"/user/logout": {
"get": {}
},
"/user/createWithArray": {
"post": {}
},
"/user": {
"post": {}
}
}