You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/http-gateways/trustless-gateway.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,23 +237,23 @@ Optional, only used on CAR requests.
237
237
238
238
Serves same purpose as [CAR `version` content type parameter](#car-version-content-type-parameter).
239
239
240
-
In case both are present in the request, the value from the [`Accept`](#accept-request-header) HTTP Header has priority and a matching [`Content-Location`](#content-location-response-header) SHOULD be returned with the response.
240
+
In case both are present in the request, the URL query parameter SHOULD take precedence and a matching [`Content-Location`](#content-location-response-header) SHOULD be returned with the response.
241
241
242
242
### :dfn[`car-order`] (request query parameter)
243
243
244
244
Optional, only used on CAR requests.
245
245
246
246
Serves same purpose as [CAR `order` content type parameter](#car-order-content-type-parameter).
247
247
248
-
In case both are present in the request, the value from the [`Accept`](#accept-request-header) HTTP Header has priority and a matching [`Content-Location`](#content-location-response-header) SHOULD be returned with the response.
248
+
In case both are present in the request, the URL query parameter SHOULD take precedence and a matching [`Content-Location`](#content-location-response-header) SHOULD be returned with the response.
249
249
250
250
### :dfn[`car-dups`] (request query parameter)
251
251
252
252
Optional, only used on CAR requests.
253
253
254
254
Serves same purpose as [CAR `dups` content type parameter](#car-dups-content-type-parameter).
255
255
256
-
In case both are present in the request, the value from the [`Accept`](#accept-request-header) HTTP Header has priority and a matching [`Content-Location`](#content-location-response-header) SHOULD be returned with the response.
256
+
In case both are present in the request, the URL query parameter SHOULD take precedence and a matching [`Content-Location`](#content-location-response-header) SHOULD be returned with the response.
0 commit comments