Skip to content
Merged
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
8 changes: 8 additions & 0 deletions open-api/rest-catalog-open-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ paths:
sending a token exchange request (3). The request's "subject" token should be the expiring
token. This request should use the subject token in the "Authorization" header.
requestBody:
required: true
content:
application/x-www-form-urlencoded:
schema:
Expand Down Expand Up @@ -248,6 +249,7 @@ paths:
The server might also add properties, such as `last_modified_time` etc.
operationId: createNamespace
requestBody:
required: true
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you also please add the same for getToken?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

content:
application/json:
schema:
Expand Down Expand Up @@ -396,6 +398,7 @@ paths:

Server implementations are not required to support namespace properties.
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -499,6 +502,7 @@ paths:
parameters:
- $ref: '#/components/parameters/data-access'
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -551,6 +555,7 @@ paths:

operationId: registerTable
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -680,6 +685,7 @@ paths:
initialization, like AddSchemaUpdate and SetCurrentSchemaUpdate. The `assert-create` requirement is
used to ensure that the table was not created concurrently.
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -1111,6 +1117,7 @@ paths:
Create a view in the given namespace.
operationId: createView
requestBody:
required: true
content:
application/json:
schema:
Expand Down Expand Up @@ -1209,6 +1216,7 @@ paths:
description:
Commit updates to a view.
requestBody:
required: true
content:
application/json:
schema:
Expand Down