diff --git a/docs/docs/concepts/rest/rest-api.md b/docs/docs/concepts/rest/rest-api.md index 8a2f2e69e0a5..90dd43d90ba3 100644 --- a/docs/docs/concepts/rest/rest-api.md +++ b/docs/docs/concepts/rest/rest-api.md @@ -25,6 +25,10 @@ under the License. The OpenAPI 3.1 document below defines the language-neutral wire contract for REST Catalog servers and clients. It can also be used to generate or validate SDK models in other languages. +Custom partition locations extend the existing `POST .../partitions` request. When present, +`partitionLocations` has the same length and order as `partitionSpecs`; a null entry uses the +default location. Servers that do not support custom partition locations reject the request. +