Skip to content

Commit

Permalink
Merge pull request #186 from iTenerai/master
Browse files Browse the repository at this point in the history
Added missing parts for PHP snippet
  • Loading branch information
TehNut authored Nov 8, 2024
2 parents aa8e46d + 2a075b3 commit 0647c88
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/guide/snippets/auth/authenticated-requests/php.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@
'Accept' => 'application/json',
'Content-Type' => 'application/json',
],
]);
'json' => [
'query' => $query,
]
]);

$result = json_decode($response->getBody(), true);

0 comments on commit 0647c88

Please sign in to comment.