Skip to content
Open
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
6 changes: 3 additions & 3 deletions open-api/rest-catalog-open-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ paths:
allowEmptyValue: true
schema:
type: string
example: "accounting%00tax"
example: "accounting%1Ftax"
responses:
200:
$ref: '#/components/responses/ListNamespacesResponse'
Expand Down Expand Up @@ -780,7 +780,7 @@ components:
singlepart_namespace:
value: "accounting"
multipart_namespace:
value: "accounting%00tax"
value: "accounting%1Ftax"

table:
name: table
Expand Down Expand Up @@ -1995,7 +1995,7 @@ components:

MultipartNamespaceAsPathVariable:
summary: A multi-part namespace, as represented in a path parameter
value: "accounting%00tax"
value: "accounting%1Ftax"

NamespaceAsPathVariable:
summary: A single part namespace, as represented in a path paremeter
Expand Down