From 8e76b8068e08336a54210b839dc070e446d96a42 Mon Sep 17 00:00:00 2001 From: Ryan Blue Date: Wed, 8 Jun 2022 10:49:25 -0700 Subject: [PATCH] Fix remaining separator chars in the REST spec. --- open-api/rest-catalog-open-api.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/open-api/rest-catalog-open-api.yaml b/open-api/rest-catalog-open-api.yaml index e7c9d2a307b6..040bc5387e7d 100644 --- a/open-api/rest-catalog-open-api.yaml +++ b/open-api/rest-catalog-open-api.yaml @@ -202,7 +202,7 @@ paths: allowEmptyValue: true schema: type: string - example: "accounting%00tax" + example: "accounting%1Ftax" responses: 200: $ref: '#/components/responses/ListNamespacesResponse' @@ -780,7 +780,7 @@ components: singlepart_namespace: value: "accounting" multipart_namespace: - value: "accounting%00tax" + value: "accounting%1Ftax" table: name: table @@ -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