Skip to content

Commit ed9538a

Browse files
author
Rodion Liuborets
committed
Add sdk-id to endpoint
1 parent 7a9e738 commit ed9538a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DocScan/Service.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ public function createFaceCaptureResource(
233233
): CreateFaceCaptureResourceResponse {
234234
$response = (new RequestBuilder($this->config))
235235
->withBaseUrl($this->apiUrl)
236+
->withQueryParam('sdkId', $this->sdkId)
236237
->withEndpoint("sessions/$sessionId/resources/face-capture")
237238
->withPemFile($this->pemFile)
238239
->withPayload(Payload::fromJsonData($createFaceCaptureResourcePayload))

0 commit comments

Comments
 (0)