You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we now present this as a live service, we want the documentation to
be as solid as possible to self support end users. This also goes
through the torturous process of aspell given prose is interleaved with
code.
Copy file name to clipboardExpand all lines: pkg/openapi/common.spec.yaml
+20-12Lines changed: 20 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ components:
13
13
- error_description
14
14
properties:
15
15
error:
16
-
description: A terse error string expanding on the HTTP error code. Errors are based on the OAuth2 specification, but are expanded with proprietary status codes for APIs other than those specified by OAuth2.
16
+
description: A terse error string expanding on the HTTP error code. Errors are based on the OAuth 2.02 specification, but are expanded with proprietary status codes for APIs other than those specified by OAuth 2.02.
17
17
type: string
18
18
enum:
19
-
# Defined by OAuth2
19
+
# Defined by OAuth 2.02
20
20
- invalid_request
21
21
- unauthorized_client
22
22
- access_denied
@@ -38,16 +38,21 @@ components:
38
38
type: string
39
39
kubernetesLabelValue:
40
40
description: |-
41
-
A valid Kubenetes label value, typically used for resource names that can be
41
+
A valid Kubernetes label value, typically used for resource names that can be
0 commit comments