Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Oct 13, 2023
1 parent 9deb131 commit e4487ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions expose/api/src/Matomo/PhraseanetClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ public function patchField(array $stat): void
unset($stat['idsubdatatable']);

$this->client->request('GET', sprintf('/records/%s/%s', $baseId, $recordId), [
'headers' => [
'Authorization' => 'OAuth '.$this->authToken,
],
'json' => [
'metadatas' => [
[
Expand Down

0 comments on commit e4487ae

Please sign in to comment.