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 (#1228)

### 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
  • Loading branch information
yuqi1129 authored Dec 21, 2023
1 parent 0cbf4fe commit 7a34c35
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 7a34c35

Please sign in to comment.