Files
external-snapshotter/vendor/github.com/go-openapi/spec/fixtures/bugs/1621/responses.yaml
2018-11-16 14:09:40 -08:00

14 lines
353 B
YAML

responses:
V4Generic401Response:
description: Permission denied
schema:
$ref: "./definitions.yaml#/definitions/V4GenericResponse"
examples:
application/json:
{
"code": "PERMISSION_DENIED",
"message": "The requested resource cannot be accessed using the provided authentication details."
}