Skip to content

Commit

Permalink
Update odata-protocol/11.5 Operations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl authored Nov 6, 2024
1 parent f2de3f3 commit 0e9cb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odata-protocol/11.5 Operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ or [`204 No Content`](#ResponseCode204NoContent) if the request included a `Pref
For OData 4.01 or greater responses, or OData 4.0 requests that include an `Accept` header that
does not specify `application/http`, the response MUST include the
[`AsyncResult`](#HeaderAsyncResult) response header.
A `204 No Content` response MUST include a `Location` header that contains the status monitor resource URL, which may or may not be the current request's URL.
A `204 No Content` response MUST include a `Location` header that contains the status monitor resource URL that can be used to request the result of the completed asynchronous operation. This may or may not be the current request's URL.
In a `200 OK` response any other headers,
along with the response body, represent the result of the completed
asynchronous operation. If the `GET` request to the status monitor
Expand Down

0 comments on commit 0e9cb32

Please sign in to comment.