Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions src/main/resources/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ paths:
get:
tags:
- pet
summary: Finds Pets by status
summary: Find pets by status
description: Multiple status values can be provided with comma separated strings
operationId: findPetsByStatus
parameters:
Expand Down Expand Up @@ -152,7 +152,7 @@ paths:
get:
tags:
- pet
summary: Finds Pets by tags
summary: Find pets by tags
description: >-
Multiple tags can be provided with comma separated strings. Use tag1,
tag2, tag3 for testing.
Expand Down Expand Up @@ -224,7 +224,7 @@ paths:
post:
tags:
- pet
summary: Updates a pet in the store with form data
summary: Update a pet in the store with form data
description: ''
operationId: updatePetWithForm
parameters:
Expand Down Expand Up @@ -255,7 +255,7 @@ paths:
delete:
tags:
- pet
summary: Deletes a pet
summary: Delete a pet
description: ''
operationId: deletePet
parameters:
Expand Down Expand Up @@ -283,7 +283,7 @@ paths:
post:
tags:
- pet
summary: uploads an image
summary: Upload an image
description: ''
operationId: uploadFile
parameters:
Expand Down Expand Up @@ -321,7 +321,7 @@ paths:
get:
tags:
- store
summary: Returns pet inventories by status
summary: Return pet inventories by status
description: Returns a map of status codes to quantities
operationId: getInventory
x-swagger-router-controller: OrderController
Expand Down Expand Up @@ -479,7 +479,7 @@ paths:
get:
tags:
- user
summary: Logs user into the system
summary: Log user into the system
description: ''
operationId: loginUser
parameters:
Expand Down Expand Up @@ -522,7 +522,7 @@ paths:
get:
tags:
- user
summary: Logs out current logged in user session
summary: Log out current logged in user session
description: ''
operationId: logoutUser
parameters: []
Expand Down