Skip to content

Commit

Permalink
Added missing parts for PHP snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
iTenerai committed Nov 8, 2024
1 parent aa8e46d commit 2a075b3
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 2a075b3

Please sign in to comment.