Fix typos in whoami.yaml

Signed-off-by: Travis Ralston <travpc@gmail.com>
pull/1152/head
Travis Ralston 8 years ago
parent b7f8f20de9
commit 159ab7313f

@ -58,11 +58,11 @@ paths:
description: The user id that owns the access token. description: The user id that owns the access token.
401: 401:
description: description:
The token is not recongized The token is not recognised
examples: examples:
application/json: { application/json: {
"errcode": "M_UNKNOWN_TOKEN", "errcode": "M_UNKNOWN_TOKEN",
"error": "Unrecongised access token." "error": "Unrecognised access token."
} }
schema: schema:
"$ref": "definitions/error.yaml" "$ref": "definitions/error.yaml"

Loading…
Cancel
Save