diff --git a/src/Client.php b/src/Client.php index 1407075..e57fa44 100644 --- a/src/Client.php +++ b/src/Client.php @@ -69,7 +69,8 @@ protected function defaultHeaders(): array return [ 'Api-Key' => $this->apiKey, 'Accept' => 'application/json;', - 'Content-Type' => 'application/json' + 'Content-Type' => 'application/json', + 'User-Agent' => 'probots_io:pinecone_php' ]; }