diff --git a/docs/odata-csdl-json/odata-csdl-json.pdf b/docs/odata-csdl-json/odata-csdl-json.pdf index 54f12d8e0..ee63d652f 100644 Binary files a/docs/odata-csdl-json/odata-csdl-json.pdf and b/docs/odata-csdl-json/odata-csdl-json.pdf differ diff --git a/docs/odata-csdl-xml/odata-csdl-xml.pdf b/docs/odata-csdl-xml/odata-csdl-xml.pdf index 96b848808..703f5f9db 100644 Binary files a/docs/odata-csdl-xml/odata-csdl-xml.pdf and b/docs/odata-csdl-xml/odata-csdl-xml.pdf differ diff --git a/docs/odata-data-aggregation-ext/odata-data-aggregation-ext.pdf b/docs/odata-data-aggregation-ext/odata-data-aggregation-ext.pdf index 8ce686269..3a5878c65 100644 Binary files a/docs/odata-data-aggregation-ext/odata-data-aggregation-ext.pdf and b/docs/odata-data-aggregation-ext/odata-data-aggregation-ext.pdf differ diff --git a/docs/odata-json-format/odata-json-format.pdf b/docs/odata-json-format/odata-json-format.pdf index e942e85e2..bf9f4f589 100644 Binary files a/docs/odata-json-format/odata-json-format.pdf and b/docs/odata-json-format/odata-json-format.pdf differ diff --git a/docs/odata-protocol/odata-protocol.html b/docs/odata-protocol/odata-protocol.html index 85da24971..26c253250 100644 --- a/docs/odata-protocol/odata-protocol.html +++ b/docs/odata-protocol/odata-protocol.html @@ -2575,20 +2575,20 @@
OData-Version
header (section 8.1.5)OData-Version
header (section 8.1.5)Accept
(section 8.2.1)OData-MaxVersion
(section 8.2.7)Accept
(section 8.2.1)OData-MaxVersion
(section 8.2.7)501 Not Implemented
] for any unsupported functionality ([section 1501NotImplemented])501 Not Implemented
for any unsupported functionality (section 9.3.1)$expand
(section 11.2.5.2)$expand
(section 11.2.5.2)$metadata
according to OData-CSDLXML and MAY publish metadata according to OData-CSDLJSON (section 11.1.2)501 Not Implemented
for any unsupported functionality ([section 2501NotImplemented])501 Not Implemented
for any unsupported functionality (section 9.3.1)$select
(section 11.2.5.1)`$top
(section 11.2.6.3)/$value
on media entities (section 4.12 in OData URL) and individual properties (section 11.2.4.1)/$value
on media entities (section 11.1.2) and individual properties (section 11.2.4.1)$filter
(section 11.2.6.1)
eq
, ne
filter operations on properties of entities in the requested entity set (section 11.2.6.1)$filter
expressions (section 11.2.6.1.2)501 Not Implemented
for any unsupported filter operations ([section 3501NotImplemented])501 Not Implemented
for any unsupported canonical functions ([section 4501NotImplemented])501 Not Implemented
for any unsupported filter operations (section 9.3.1)501 Not Implemented
for any unsupported canonical functions (section 9.3.1)$filter
on expanded entities (section 11.2.5.2.1)$metadata
according to OData-CSDLXML (section 11.1.2)AsyncResult
result header in the final response to an asynchronous request if asynchronous operations are supported.$schemaversion
system query option if a Core.SchemaVersion
annotation is returned in $metadata
$metadata
according to both OData-CSDLXML and OData-CSDLJSON (section 11.1.2)Core.ODataVersions
annotationDELETE
to the reference of a collection member to be removed, identified by key (section 11.4.6.2)/$filter
path segment$select
and $expand
Interoperable OData clients can expect to work with OData Services that comply with at least the OData 4.0 Minimal Conformance Level and implement the OData-JSON format.
-To be generally interoperable, OData clients
+To be generally interoperable, OData clients
OData-MaxVersion
header in requests (section 8.2.7)OData-MaxVersion
header in requests (section 8.2.7)OData-Version
(section 8.1.5) and Content-Type
(section 8.1.1) in any request with a payloadPATCH
requests for updates, if the client supports updates (section 11.4.3)