From 88446af7697fc51a88b55e25a5f2e9bf636bd8df Mon Sep 17 00:00:00 2001 From: Bitmovin OpenApi Bot Date: Tue, 13 Aug 2024 12:34:24 +0000 Subject: [PATCH] Updated PHP client to v1.202.0 --- README.md | 4 ++-- composer.json | 2 +- docs/index.html | 2 +- src/Common/Middleware/CustomApiHeaders.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 749fc1ca8..f66e5e148 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ To install the API client with composer, add the following to your composer.json { "require": { - "bitmovin/bitmovin-api-sdk-php": "1.201.0" + "bitmovin/bitmovin-api-sdk-php": "1.202.0" } } ``` @@ -49,7 +49,7 @@ Then run `php composer.phar install` OR -run the following command: `php composer.phar require bitmovin/bitmovin-api-sdk-php:1.201.0` +run the following command: `php composer.phar require bitmovin/bitmovin-api-sdk-php:1.202.0` ## Initialization diff --git a/composer.json b/composer.json index 854d7445d..aa377e19c 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "bitmovin/bitmovin-api-sdk-php", "description": "This is the Bitmovin API SDK for PHP", - "version": "1.201.0", + "version": "1.202.0", "authors": [ { "name": "Bitmovin Inc", diff --git a/docs/index.html b/docs/index.html index 81aa5b520..c4f37d323 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,7 +34,7 @@

Software Documentation

Build

-

Tue, 06 Aug 2024 10:00:46 +0000

+

Tue, 13 Aug 2024 11:58:59 +0000

VCS Info

tag:
diff --git a/src/Common/Middleware/CustomApiHeaders.php b/src/Common/Middleware/CustomApiHeaders.php index a49246fba..240d67d67 100644 --- a/src/Common/Middleware/CustomApiHeaders.php +++ b/src/Common/Middleware/CustomApiHeaders.php @@ -17,7 +17,7 @@ public function __construct(string $apiKey, ?string $tenantOrgId) 'Content-Type' => 'application/json', 'X-Api-Key' => $apiKey, 'X-Api-Client' => 'bitmovin-api-sdk-php', - 'X-Api-Client-Version' => '1.201.0', + 'X-Api-Client-Version' => '1.202.0', ]; if ($tenantOrgId !== null) {