Skip to content

Commit da5c5fa

Browse files
committed
update region tag
1 parent 72dfee7 commit da5c5fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auth/src/auth_cloud_apikey.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/main/auth/README.md
2121
*/
2222

23-
# [START auth_cloud_apikey]
23+
# [START apikeys_authenticate_api_key]
2424
namespace Google\Cloud\Samples\Auth;
2525

2626
use Google\ApiCore\ApiException;
@@ -64,7 +64,7 @@ function auth_cloud_apikey(string $projectId, string $location, string $apiKey):
6464
printf('Call failed with message: %s' . PHP_EOL, $ex->getMessage());
6565
}
6666
}
67-
# [END auth_cloud_apikey]
67+
# [END apikeys_authenticate_api_key]
6868

6969
// The following 2 lines are only needed to run the samples
7070
require_once __DIR__ . '/../../testing/sample_helpers.php';

0 commit comments

Comments
 (0)