Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ec3d23d

Browse files
committedApr 22, 2025
fix(sts): update the api
#### sts:v1 The following keys were changed: - endpoints (Total Keys: 1) #### sts:v1beta The following keys were changed: - endpoints (Total Keys: 1)
1 parent 3752823 commit ec3d23d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
 

‎googleapiclient/discovery_cache/documents/sts.v1.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@
149149
},
150150
{
151151
"description": "Regional Endpoint",
152+
"endpointUrl": "https://sts.northamerica-south1.rep.googleapis.com/",
153+
"location": "northamerica-south1"
154+
},
155+
{
156+
"description": "Regional Endpoint",
152157
"endpointUrl": "https://sts.southamerica-east1.rep.googleapis.com/",
153158
"location": "southamerica-east1"
154159
},
@@ -328,7 +333,7 @@
328333
}
329334
}
330335
},
331-
"revision": "20250313",
336+
"revision": "20250331",
332337
"rootUrl": "https://sts.googleapis.com/",
333338
"schemas": {
334339
"GoogleIamV1Binding": {

‎googleapiclient/discovery_cache/documents/sts.v1beta.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@
149149
},
150150
{
151151
"description": "Regional Endpoint",
152+
"endpointUrl": "https://sts.northamerica-south1.rep.googleapis.com/",
153+
"location": "northamerica-south1"
154+
},
155+
{
156+
"description": "Regional Endpoint",
152157
"endpointUrl": "https://sts.southamerica-east1.rep.googleapis.com/",
153158
"location": "southamerica-east1"
154159
},
@@ -328,7 +333,7 @@
328333
}
329334
}
330335
},
331-
"revision": "20250313",
336+
"revision": "20250331",
332337
"rootUrl": "https://sts.googleapis.com/",
333338
"schemas": {
334339
"GoogleIamV1Binding": {

0 commit comments

Comments
 (0)
Please sign in to comment.