[
{
"id": "addPet",
"version": "",
"description": "Add a new pet to the store",
"match": {
"methods": [
"POST"
],
"url": "<(https://cerberauth\\.com/api/v3|http://swagger\\.io/api/v3)>/pet"
},
"authenticators": [
{
"handler": "jwt",
"config": {
"required_scope": [
"write:pets",
"read:pets"
]
}
}
],
"authorizer": {
"handler": "allow",
"config": null
},
"mutators": null,
"errors": null,
"upstream": {
"preserve_host": false,
"strip_path": "",
"url": ""
}
},
{
"id": "createUser",
"version": "",
"description": "This can only be done by the logged in user.",
"match": {
"methods": [
"POST"
],
"url": "<(https://cerberauth\\.com/api/v3|http://swagger\\.io/api/v3)>/user"
},
"authenticators": [
{
"handler": "noop",
"config": null
}
],
"authorizer": {
"handler": "allow",
"config": null
},
"mutators": null,
"errors": null,
"upstream": {
"preserve_host": false,
"strip_path": "",
"url": ""
}
},
{
"id": "createUsersWithListInput",
"version": "",
"description": "Creates list of users with given input array",
"match": {
"methods": [
"POST"
],
"url": "<(https://cerberauth\\.com/api/v3|http://swagger\\.io/api/v3)>/user/createWithList"
},
"authenticators": [
{
"handler": "noop",
"config": null
}
],
"authorizer": {
"handler": "allow",
"config": null
},
"mutators": null,
"errors": null,
"upstream": {
"preserve_host": false,
"strip_path": "",
"url": ""
}
},
{
"id": "deleteOrder",
"version": "",
"description": "For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors",
"match": {
"methods": [
"DELETE"
],
"url": "<(https://cerberauth\\.com/api/v3|http://swagger\\.io/api/v3)>/store/order/<\\d+>"
},
"authenticators": [
{
"handler": "noop",
"config": null
}
],
"authorizer": {
"handler": "allow",
"config": null
},
"mutators": null,
"errors": null,
"upstream": {
"preserve_host": false,
"strip_path": "",
"url": ""
}
},
{
"id": "deletePet",
"version": "",
"description": "",
"match": {
"methods": [
"DELETE"
],
"url": "<(https://cerberauth\\.com/api/v3|http://swagger\\.io/api/v3)>/pet/<\\d+>"
},
"authenticators": [
{
"handler": "jwt",
"config": {
"required_scope": [
"write:pets",
"read:pets"
]
}
}
],
"authorizer": {
"handler": "allow",
"config": null
},
"mutators": null,
"errors": null,
"upstream": {
"preserve_host": false,
"strip_path": "",
"url": ""
}
},
{
"id": "deleteUser",
"version": "",
"description": "This can only be done by the logged in user.",
"match": {
"methods": [
"DELETE"
],
"url": "<(https://cerberauth\\.com/api/v3|http://swagger\\.io/api/v3)>/user/<.+>"
},
"authenticators": [
{
"handler": "noop",
"config": null
}
],
"authorizer": {
"handler": "allow",
"config": null
},
"mutators": null,
"errors": null,
"upstream": {
"preserve_host": false,
"strip_path": "",
"url": ""
}
},
{
"id": "findPetsByStatus",
"version": "",
"description": "Multiple status values can be provided with comma separated strings",
"match": {
"methods": [
"GET"
],
"url": "<(https://cerberauth\\.com/api/v3|http://swagger\\.io/api/v3)>/pet/findByStatus"
},
"authenticators": [
{
"handler": "jwt",
"config": {
"required_scope": [
"write:pets",
"read:pets"
]
}
}
],
"authorizer": {
"handler": "allow",
"config": null
},
"mutators": null,
"errors": null,
"upstream": {
"preserve_host": false,
"strip_path": "",
"url": ""
}
},
{
"id": "findPetsByTags",
"version": "",
"description": "Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.",
"match": {
"methods": [
"GET"
],
"url": "<(https://cerberauth\\.com/api/v3|http://swagger\\.io/api/v3)>/pet/findByTags"
},
"authenticators": [
{
"handler": "jwt",
"config": {
"required_scope": [
"write:pets",
"read:pets"
]
}
}
],
"authorizer": {
"handler": "allow",
"config": null
},
"mutators": null,
"errors": null,
"upstream": {
"preserve_host": false,
"strip_path": "",
"url": ""
}
},
{
"id": "getInventory",
"version": "",
"description": "Returns a map of status codes to quantities",
"match": {
"methods": [
"GET"
],
"url": "<(https://cerberauth\\.com/api/v3|http://swagger\\.io/api/v3)>/store/inventory"
},
"authenticators": [
{
"handler": "noop",
"config": null
}
],
"authorizer": {
"handler": "allow",
"config": null
},
"mutators": null,
"errors": null,
"upstream": {
"preserve_host": false,
"strip_path": "",
"url": ""
}
},
{
"id": "getOrderById",
"version": "",
"description": "For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions.",
"match": {
"methods": [
"GET"
],
"url": "<(https://cerberauth\\.com/api/v3|http://swagger\\.io/api/v3)>/store/order/<\\d+>"
},
"authenticators": [
{
"handler": "noop",
"config": null
}
],
"authorizer": {
"handler": "allow",
"config": null
},
"mutators": null,
"errors": null,
"upstream": {
"preserve_host": false,
"strip_path": "",
"url": ""
}
},
{
"id": "getPetById",
"version": "",
"description": "Returns a single pet",
"match": {
"methods": [
"GET"
],
"url": "<(https://cerberauth\\.com/api/v3|http://swagger\\.io/api/v3)>/pet/<\\d+>"
},
"authenticators": [
{
"handler": "jwt",
"config": {
"required_scope": [
"write:pets",
"read:pets"
]
}
}
],
"authorizer": {
"handler": "allow",
"config": null
},
"mutators": null,
"errors": null,
"upstream": {
"preserve_host": false,
"strip_path": "",
"url": ""
}
},
{
"id": "getUserByName",
"version": "",
"description": "",
"match": {
"methods": [
"GET"
],
"url": "<(https://cerberauth\\.com/api/v3|http://swagger\\.io/api/v3)>/user/<.+>"
},
"authenticators": [
{
"handler": "noop",
"config": null
}
],
"authorizer": {
"handler": "allow",
"config": null
},
"mutators": null,
"errors": null,
"upstream": {
"preserve_host": false,
"strip_path": "",
"url": ""
}
},
{
"id": "loginUser",
"version": "",
"description": "",
"match": {
"methods": [
"GET"
],
"url": "<(https://cerberauth\\.com/api/v3|http://swagger\\.io/api/v3)>/user/login"
},
"authenticators": [
{
"handler": "noop",
"config": null
}
],
"authorizer": {
"handler": "allow",
"config": null
},
"mutators": null,
"errors": null,
"upstream": {
"preserve_host": false,
"strip_path": "",
"url": ""
}
},
{
"id": "logoutUser",
"version": "",
"description": "",
"match": {
"methods": [
"GET"
],
"url": "<(https://cerberauth\\.com/api/v3|http://swagger\\.io/api/v3)>/user/logout"
},
"authenticators": [
{
"handler": "noop",
"config": null
}
],
"authorizer": {
"handler": "allow",
"config": null
},
"mutators": null,
"errors": null,
"upstream": {
"preserve_host": false,
"strip_path": "",
"url": ""
}
},
{
"id": "placeOrder",
"version": "",
"description": "Place a new order in the store",
"match": {
"methods": [
"POST"
],
"url": "<(https://cerberauth\\.com/api/v3|http://swagger\\.io/api/v3)>/store/order"
},
"authenticators": [
{
"handler": "noop",
"config": null
}
],
"authorizer": {
"handler": "allow",
"config": null
},
"mutators": null,
"errors": null,
"upstream": {
"preserve_host": false,
"strip_path": "",
"url": ""
}
},
{
"id": "updatePet",
"version": "",
"description": "Update an existing pet by Id",
"match": {
"methods": [
"PUT"
],
"url": "<(https://cerberauth\\.com/api/v3|http://swagger\\.io/api/v3)>/pet"
},
"authenticators": [
{
"handler": "jwt",
"config": {
"required_scope": [
"write:pets",
"read:pets"
]
}
}
],
"authorizer": {
"handler": "allow",
"config": null
},
"mutators": null,
"errors": null,
"upstream": {
"preserve_host": false,
"strip_path": "",
"url": ""
}
},
{
"id": "updatePetWithForm",
"version": "",
"description": "",
"match": {
"methods": [
"POST"
],
"url": "<(https://cerberauth\\.com/api/v3|http://swagger\\.io/api/v3)>/pet/<\\d+>"
},
"authenticators": [
{
"handler": "jwt",
"config": {
"required_scope": [
"write:pets",
"read:pets"
]
}
}
],
"authorizer": {
"handler": "allow",
"config": null
},
"mutators": null,
"errors": null,
"upstream": {
"preserve_host": false,
"strip_path": "",
"url": ""
}
},
{
"id": "updateUser",
"version": "",
"description": "This can only be done by the logged in user.",
"match": {
"methods": [
"PUT"
],
"url": "<(https://cerberauth\\.com/api/v3|http://swagger\\.io/api/v3)>/user/<.+>"
},
"authenticators": [
{
"handler": "noop",
"config": null
}
],
"authorizer": {
"handler": "allow",
"config": null
},
"mutators": null,
"errors": null,
"upstream": {
"preserve_host": false,
"strip_path": "",
"url": ""
}
},
{
"id": "uploadFile",
"version": "",
"description": "",
"match": {
"methods": [
"POST"
],
"url": "<(https://cerberauth\\.com/api/v3|http://swagger\\.io/api/v3)>/pet/<\\d+>/uploadImage"
},
"authenticators": [
{
"handler": "jwt",
"config": {
"required_scope": [
"write:pets",
"read:pets"
]
}
}
],
"authorizer": {
"handler": "allow",
"config": null
},
"mutators": null,
"errors": null,
"upstream": {
"preserve_host": false,
"strip_path": "",
"url": ""
}
}
]