Skip to content

Commit

Permalink
Merge pull request #2 from Oskmoz/master
Browse files Browse the repository at this point in the history
Fixing x-ads-force param for possible timeout on fetch object tree
  • Loading branch information
Oskmoz authored Dec 19, 2022
2 parents f43a7da + 7e018a1 commit efa97ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Api/DerivativesApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ public function getModelviewMetadataWithHttpInfo($urn, $guid, $accept_encoding =
$headerParams['Accept'] = $_header_accept;
}
$headerParams['Content-Type'] = $this->apiClient->selectHeaderContentType(['application/json']);
$headerParams['x-ads-force'] = $this->apiClient->getSerializer()->toHeaderValue('true');

// header params
if ($accept_encoding !== null) {
Expand Down

0 comments on commit efa97ba

Please sign in to comment.