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
Copy file name to clipboardExpand all lines: docs/api_docs.go
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ const docTemplateapi = `{
17
17
"paths": {
18
18
"/auth": {
19
19
"get": {
20
-
"description": "Retrieve the environment for an API Key or Server ID. This endpoint is designed for auth proxy requests from Nginx.\nOne of X-Server, X-API-Key or X-Original-URI (with an api key in it) must be provided.",
20
+
"description": "Retrieve the environment for an API Key or Server ID. This endpoint is designed for auth proxy requests from Nginx.\nOne of X-Server, X-Api-Key or X-Original-URI (with an api key in it) must be provided.",
21
21
"tags": [
22
22
"auth"
23
23
],
@@ -38,7 +38,7 @@ const docTemplateapi = `{
38
38
{
39
39
"type": "string",
40
40
"description": "User's API Key to route. May also be provided in X-Original-URI header.",
41
-
"name": "X-API-Key",
41
+
"name": "X-Api-Key",
42
42
"in": "header"
43
43
},
44
44
{
@@ -56,7 +56,7 @@ const docTemplateapi = `{
56
56
"type": "string",
57
57
"description": "How long this information has been in the cache."
58
58
},
59
-
"X-API-Key": {
59
+
"X-Api-Key": {
60
60
"type": "string",
61
61
"description": "API Key parsed from request."
62
62
},
@@ -80,7 +80,7 @@ const docTemplateapi = `{
80
80
"type": "string"
81
81
},
82
82
"headers": {
83
-
"X-API-Key": {
83
+
"X-Api-Key": {
84
84
"type": "string",
85
85
"description": "API Key parsed from request."
86
86
}
@@ -108,7 +108,7 @@ const docTemplateapi = `{
108
108
{
109
109
"type": "string",
110
110
"description": "Comma separated list of API keys to delete.",
0 commit comments