This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new dc57656f9 [MINOR] fix(openAPI): fix wrong indent in `owners.yaml`
(#4552)
dc57656f9 is described below
commit dc57656f98595763ff2b474ffd066d6113b42d64
Author: mchades <[email protected]>
AuthorDate: Fri Aug 16 13:06:17 2024 +0800
[MINOR] fix(openAPI): fix wrong indent in `owners.yaml` (#4552)
### What changes were proposed in this pull request?
fix wrong indent in `owners.yaml`
### Why are the changes needed?
these wrong indent will make openAPI to mdx failed
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
by hand
---
docs/open-api/owners.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/open-api/owners.yaml b/docs/open-api/owners.yaml
index 51ca06ccd..9514a0a12 100644
--- a/docs/open-api/owners.yaml
+++ b/docs/open-api/owners.yaml
@@ -72,9 +72,9 @@ paths:
application/vnd.gravitino.v1+json:
schema:
$ref: "#/components/responses/OwnerResponse"
- examples:
- OwnerResponse:
- $ref: "#/components/examples/OwnerResponse"
+ examples:
+ OwnerResponse:
+ $ref: "#/components/examples/OwnerResponse"
"404":
description: Not Found - The specified owner does not exist in the
specified metalake
content: