Skip to content

Commit

Permalink
Change history
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Oct 11, 2024
1 parent f382277 commit 3a81c11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/odata-url-conventions/odata-url-conventions.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ <h2 id="11-changes-from-earlier-versions"><a id="ChangesfromEarlierVersions" hre
<tr class="odd">
<td><a href="#PassingResourcePathandQueryOptionsintheRequestBody">Section 4.17</a></td>
<td><code>POST ~/$query</code> with <code>Content-Type: application/x-www-form-urlencoded</code> or <code>application/json</code></td>
<td><a href="https://github.com/oasis-tcs/odata-specs/issues/320">320</a>, <a href="https://github.com/oasis-tcs/odata-specs/issues/371">371</a></td>
<td><a href="https://github.com/oasis-tcs/odata-specs/issues/320">320</a>, <a href="https://github.com/oasis-tcs/odata-specs/issues/371">371</a>, <a href="https://github.com/oasis-tcs/odata-specs/issues/2011">2011</a></td>
</tr>
<tr class="even">
<td><a href="#matchespattern">Section 5.1.1.7.1</a></td>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-url-conventions/odata-url-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ ecosystem of reusable client components and libraries.

Section | Feature / Change | Issue
--------|------------------|------
[Section 4.17](#PassingResourcePathandQueryOptionsintheRequestBody)| `POST ~/$query` with `Content-Type: application/x-www-form-urlencoded` or `application/json`| [320](https://github.com/oasis-tcs/odata-specs/issues/320), [371](https://github.com/oasis-tcs/odata-specs/issues/371)
[Section 4.17](#PassingResourcePathandQueryOptionsintheRequestBody)| `POST ~/$query` with `Content-Type: application/x-www-form-urlencoded` or `application/json`| [320](https://github.com/oasis-tcs/odata-specs/issues/320), [371](https://github.com/oasis-tcs/odata-specs/issues/371), [2011](https://github.com/oasis-tcs/odata-specs/issues/2011)
[Section 5.1.1.7.1](#matchespattern)| New overload for function `matchespattern` with flags| [441](https://github.com/oasis-tcs/odata-specs/issues/441)
[Section 5.1.3](#SystemQueryOptionexpand)| Nested query options can only appear once per expand item| [2004](https://github.com/oasis-tcs/odata-specs/issues/2004)
[Section 5.1.8](#SystemQueryOptionsearch)| Allow alternative `$search` syntax| [293](https://github.com/oasis-tcs/odata-specs/issues/293)
Expand Down
2 changes: 1 addition & 1 deletion odata-url-conventions/1 Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Section | Feature / Change | Issue
--------|------------------|------
[Section ##PassingResourcePathandQueryOptionsintheRequestBody]|
`POST ~/$query` with `Content-Type: application/x-www-form-urlencoded` or `application/json`|
[320](https://github.com/oasis-tcs/odata-specs/issues/320), [371](https://github.com/oasis-tcs/odata-specs/issues/371)
[320](https://github.com/oasis-tcs/odata-specs/issues/320), [371](https://github.com/oasis-tcs/odata-specs/issues/371), [2011](https://github.com/oasis-tcs/odata-specs/issues/2011)
[Section ##matchespattern]|
New overload for function `matchespattern` with flags|
[441](https://github.com/oasis-tcs/odata-specs/issues/441)
Expand Down

0 comments on commit 3a81c11

Please sign in to comment.