Identity Service is lowercase
This commit is contained in:
parent
cc0badaaa1
commit
ec248b436f
11 changed files with 27 additions and 27 deletions
|
@ -87,7 +87,7 @@ paths:
|
|||
}
|
||||
404:
|
||||
description: The token was not found.
|
||||
examples:
|
||||
examples:
|
||||
application/json: {
|
||||
"errcode": "M_UNRECOGNIZED",
|
||||
"error": "Didn't recognize token"
|
||||
|
|
|
@ -26,19 +26,19 @@ produces:
|
|||
paths:
|
||||
"/api/v1":
|
||||
get:
|
||||
summary: Checks that an Identity Service is available at this API endpoint.
|
||||
summary: Checks that an identity service is available at this API endpoint.
|
||||
description: |-
|
||||
Checks that an Identity Service is available at this API endpoint.
|
||||
Checks that an identity service is available at this API endpoint.
|
||||
|
||||
To discover that an Identity Service is available at a specific URL,
|
||||
To discover that an identity service is available at a specific URL,
|
||||
this endpoint can be queried and will return an empty object.
|
||||
|
||||
This is primarly used for auto-discovery and health check purposes
|
||||
by entities acting as a client for the Identity Service.
|
||||
by entities acting as a client for the identity service.
|
||||
operationId: ping
|
||||
responses:
|
||||
200:
|
||||
description: An Identity Service is ready to serve requests.
|
||||
description: An identity service is ready to serve requests.
|
||||
examples:
|
||||
application/json: {}
|
||||
schema:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue