Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The site will be available at http://localhost:3000/docs/master/.
## Build

```bash
# Validate the REST Catalog OpenAPI contract
# Validate the REST OpenAPI contracts
yarn test:rest-openapi

# Production build
Expand Down
3 changes: 2 additions & 1 deletion docs/docs/concepts/rest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ RESTCatalog supports multiple access authentication methods, including the follo

## REST Open API

See [REST API](./rest-api).
See [REST Catalog API](./rest-api) for catalog operations and
[REST Management API](./management-api) for permission management.
559 changes: 559 additions & 0 deletions docs/docs/concepts/rest/management-api.md

Large diffs are not rendered by default.

Loading