Identity Service is lowercase

This commit is contained in:
Travis Ralston 2018-08-31 14:47:06 -06:00
parent cc0badaaa1
commit ec248b436f
11 changed files with 27 additions and 27 deletions

View file

@ -87,7 +87,7 @@ paths:
}
404:
description: The token was not found.
examples:
examples:
application/json: {
"errcode": "M_UNRECOGNIZED",
"error": "Didn't recognize token"

View file

@ -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: