Equipment service openapi (#3) - final

* API Documentation for customer-service

-All methods in customer-service class covered

* Final testing, fixes

-Finished testing each API method
-Remove quotations from unnecessary spots
-Changed customerIds to int32

* location-service API documentation

-Completed and tested Swagger API doc for location-services

* Made requested changes

- get location using locationId
- removed commented lines
- single quotes for $ref values
- removed unncessary double quotes

* Added equipment-service Swagger documentation

-Completed and tested

* Fixed small naming error

Co-authored-by: Dmitry Toptygin <62253810+dmitry-toptygin-connectus-ai@users.noreply.github.com>
This commit is contained in:
picuron
2020-05-28 13:53:34 -04:00
committed by GitHub
parent 0b02b14b08
commit fb0b03df00
2 changed files with 5 additions and 1 deletions

View File

@@ -600,8 +600,10 @@ components:
totalItemsReturned:
type: integer
format: int32
isLastPage:
lastPage:
type: boolean
cursor:
type: string
example:
model_type: PaginationContext
maxItemsPerPage: 10

View File

@@ -239,6 +239,8 @@ components:
format: int32
lastPage:
type: boolean
cursor:
type: string
example:
model_type: PaginationContext
maxItemsPerPage: 10