Skip to content

Commit 84c15a6

Browse files
committed
autogen(openapi): Regenerate openapi spec and internal client
1 parent 962f57e commit 84c15a6

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

internal/httpclient/models/json_web_key_set.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/httpclient/models/rule_handler.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/httpclient/models/rule_match.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/httpclient/models/upstream.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"type": "string"
3535
},
3636
"Upstream": {
37-
"description": "Upstream upstream",
37+
"description": "Upstream Upstream upstream",
3838
"properties": {
3939
"preserve_host": {
4040
"description": "PreserveHost, if false (the default), tells ORY Oathkeeper to set the upstream request's Host header to the\nhostname of the API's upstream's URL. Setting this flag to true instructs ORY Oathkeeper not to do so.",
@@ -184,7 +184,7 @@
184184
"type": "object"
185185
},
186186
"jsonWebKeySet": {
187-
"description": "JSONWebKeySet json web key set",
187+
"description": "JSONWebKeySet JSONWebKeySet json web key set",
188188
"properties": {
189189
"keys": {
190190
"description": "The value of the \"keys\" parameter is an array of JWK values. By\ndefault, the order of the JWK values within the array does not imply\nan order of preference among them, although applications of JWK Sets\ncan choose to assign a meaning to the order for their purposes, if\ndesired.",
@@ -234,6 +234,7 @@
234234
"type": "object"
235235
},
236236
"ruleHandler": {
237+
"description": "RuleHandler rule handler",
237238
"properties": {
238239
"config": {
239240
"description": "Config contains the configuration for the handler. Please read the user\nguide for a complete list of each handler's available settings.",
@@ -247,7 +248,6 @@
247248
"type": "object"
248249
},
249250
"ruleMatch": {
250-
"description": "RuleMatch rule match",
251251
"properties": {
252252
"methods": {
253253
"description": "An array of HTTP methods (e.g. GET, POST, PUT, DELETE, ...). When ORY Oathkeeper searches for rules\nto decide what to do with an incoming request to the proxy server, it compares the HTTP method of the incoming\nrequest with the HTTP methods of each rules. If a match is found, the rule is considered a partial match.\nIf the matchesUrl field is satisfied as well, the rule is considered a full match.",

spec/swagger.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
"definitions": {
268268
"UUID": {"type": "string", "format": "uuid4"},
269269
"Upstream": {
270-
"description": "Upstream upstream",
270+
"description": "Upstream Upstream upstream",
271271
"type": "object",
272272
"properties": {
273273
"preserve_host": {
@@ -417,7 +417,7 @@
417417
}
418418
},
419419
"jsonWebKeySet": {
420-
"description": "JSONWebKeySet json web key set",
420+
"description": "JSONWebKeySet JSONWebKeySet json web key set",
421421
"type": "object",
422422
"properties": {
423423
"keys": {
@@ -467,6 +467,7 @@
467467
}
468468
},
469469
"ruleHandler": {
470+
"description": "RuleHandler rule handler",
470471
"type": "object",
471472
"properties": {
472473
"config": {
@@ -480,7 +481,6 @@
480481
}
481482
},
482483
"ruleMatch": {
483-
"description": "RuleMatch rule match",
484484
"type": "object",
485485
"properties": {
486486
"methods": {

0 commit comments

Comments
 (0)