Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Heiko Theißen <[email protected]>
  • Loading branch information
ralfhandl and HeikoTheissen authored Nov 9, 2023
1 parent 6371a7e commit a17a8bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions odata-protocol/11.4 Data Modification.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ announce this via annotations with the terms
[OData-VocCap](#ODataVocCap).

If optimistic concurrency control is required for a resource, the
service MUST include an [ETag](#HeaderETag) header in a response to a
service MUST include an [`ETag`](#HeaderETag) header in a response to a
`GET` request to the resource, and MAY include the ETag in a
format-specific manner in responses containing that resource.

The presence of an [ETag](#HeaderETag) header in a response does not
The presence of an [`ETag`](#HeaderETag) header in a response does not
imply in itself that the resource requires optimistic concurrency
control; the ETag may just be used for caching and/or conditional `GET`
requests.
Expand Down Expand Up @@ -192,8 +192,8 @@ created entity.
Upon successful completion the service MUST respond with either
[`201 Created`](#ResponseCode201Created) and a representation of the
created entity, or [`204 No Content`](#ResponseCode204NoContent) if the
request included a [Prefer](#Preferencereturnrepresentationandreturnminimal) header with a value of
[`return=minimal`](#Preferencereturnrepresentationandreturnminimal) and did not
request included a
[`return=minimal`](#Preferencereturnrepresentationandreturnminimal) preference and did not
include the system query options [`$select`](#SystemQueryOptionselect)
and [`$expand`](#SystemQueryOptionexpand).

Expand Down

0 comments on commit a17a8bd

Please sign in to comment.