mirror of
https://github.com/Telecominfraproject/wlan-cloud-services.git
synced 2026-04-05 05:44:14 +00:00
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:
@@ -600,8 +600,10 @@ components:
|
||||
totalItemsReturned:
|
||||
type: integer
|
||||
format: int32
|
||||
isLastPage:
|
||||
lastPage:
|
||||
type: boolean
|
||||
cursor:
|
||||
type: string
|
||||
example:
|
||||
model_type: PaginationContext
|
||||
maxItemsPerPage: 10
|
||||
|
||||
@@ -239,6 +239,8 @@ components:
|
||||
format: int32
|
||||
lastPage:
|
||||
type: boolean
|
||||
cursor:
|
||||
type: string
|
||||
example:
|
||||
model_type: PaginationContext
|
||||
maxItemsPerPage: 10
|
||||
|
||||
Reference in New Issue
Block a user