Skip to content

Commit f0f0e1d

Browse files
committed
Fix style
1 parent 59cbf1a commit f0f0e1d

File tree

7 files changed

+45
-27
lines changed

7 files changed

+45
-27
lines changed

docs/overlays/elasticsearch-openapi-overlays.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -480,16 +480,16 @@ actions:
480480
application/json:
481481
examples:
482482
bulkUpdateApiKeysRequestExample1:
483-
$ref: "../../specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysRequestExample1.yaml"
483+
$ref: "../../specification/security/bulk_update_api_keys/examples/request/SecurityBulkUpdateApiKeysRequestExample1.yaml"
484484
bulkUpdateApiKeysRequestExample2:
485-
$ref: "../../specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysRequestExample2.yaml"
485+
$ref: "../../specification/security/bulk_update_api_keys/examples/request/SecurityBulkUpdateApiKeysRequestExample2.yaml"
486486
responses:
487487
200:
488488
content:
489489
application/json:
490490
examples:
491491
bulkUpdateApiKeysResponseExample1:
492-
$ref: "../../specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysResponseExample1.yaml"
492+
$ref: "../../specification/security/bulk_update_api_keys/examples/200_response/SecurityBulkUpdateApiKeysResponseExample1.yaml"
493493
- target: "$.paths['/_security/delegate_pki']['post']"
494494
description: "Add examples for delegate PKI operation"
495495
update:
@@ -498,11 +498,11 @@ actions:
498498
application/json:
499499
examples:
500500
delegatePkiRequestExample1:
501-
$ref: "../../specification/security/delegate_pki/SecurityDelegatePkiRequestExample1.yaml"
501+
$ref: "../../specification/security/delegate_pki/examples/request/SecurityDelegatePkiRequestExample1.yaml"
502502
responses:
503503
200:
504504
content:
505505
application/json:
506506
examples:
507507
delegatePkiResponseExample1:
508-
$ref: "../../specification/security/delegate_pki/SecurityDelegatePkiResponseExample1.yaml"
508+
$ref: "../../specification/security/delegate_pki/examples/200_response/SecurityDelegatePkiResponseExample1.yaml"

docs/overlays/elasticsearch-shared-overlays.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ actions:
13341334
application/json:
13351335
examples:
13361336
indicesResolveResponseExample1:
1337-
$ref: "../../specification/indices/resolve_index/indicesResolveResponseExample1.yaml"
1337+
$ref: "../../specification/indices/resolve_index/ResolveIndexResponseExample1.yaml"
13381338
- target: "$.components['requestBodies']['indices.rollover']"
13391339
description: "Add example for rollover index request"
13401340
update:

output/openapi/elasticsearch-openapi.json

Lines changed: 12 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 23 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/security/bulk_update_api_keys/SecurityBulkUpdateApiKeysResponse.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
*/
1919

2020
import { BulkError } from '@security/_types/Bulk'
21-
import { integer } from '@_types/Numeric'
2221

2322
export class Response {
2423
body: {

specification/security/delegate_pki/SecurityDelegatePkiResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* under the License.
1818
*/
1919

20-
import { integer } from '@_types/Numeric'
20+
import { long } from '@_types/Numeric'
2121

2222
export class Response {
2323
body: {

0 commit comments

Comments
 (0)