Skip to content

Commit 4c02500

Browse files
lornajanehandrews
andauthored
Apply suggestions from code review
Co-authored-by: Henry Andrews <[email protected]>
1 parent 5564550 commit 4c02500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tags:
5454
5555
- Support the new `query` method alongside the existing `get`/`post`/`put`/`delete`/`options`/`head`/`patch`/`trace`.
5656
QUERY is a [draft standard](https://www.ietf.org/archive/id/draft-ietf-httpbis-safe-method-w-body-11.html) new HTTP method nearing final publication, which is designed to allow complex filtering query data to be sent in the body of a request when it doesn't fit in the query string.
57-
- Under an `additionalOperations` entry in a Path, use any other methods not listed as keys using the correct capitalization, e.g. `LINK`. Do NOT add `HEAD` under this, use the existing sibling `head`.
57+
- Under an `additionalOperations` entry in a Path, use any other methods not listed as keys using the correct capitalization, e.g. you can add `LINK` under this field, but do NOT add `HEAD`; use the existing Operation Object `head` field.
5858

5959
The following example describes both QUERY and LINK methods for the `cakes/` endpoint:
6060

0 commit comments

Comments
 (0)