Skip to content

Commit

Permalink
[MINOR] fix(doc): Fix a JSON format error in doc manage-metadata-usin…
Browse files Browse the repository at this point in the history
…g-gravitino.md (#1229)

### What changes were proposed in this pull request?

Fix a low-level error in the document `manage-metadata-using-gravitino`

### Why are the changes needed?

Just fix error. 

### Does this PR introduce _any_ user-facing change?

N/A

### How was this patch tested?

N/A

Co-authored-by: Qi Yu <[email protected]>
  • Loading branch information
github-actions[bot] and yuqi1129 authored Dec 21, 2023
1 parent a4cce16 commit 13f10ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/manage-metadata-using-gravitino.md
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,7 @@ curl -X PUT -H "Accept: application/vnd.gravitino.v1+json" \
"property": "key3",
"value": "value3"
}
]
}' http://localhost:8090/api/metalakes/metalake/catalogs/catalog/schemas/schema/tables/table
```

Expand Down

0 comments on commit 13f10ba

Please sign in to comment.