Skip to content

Commit fc7573f

Browse files
committed
fix(Global Catalog): re-gen service with latest API
1 parent 8937b1d commit fc7573f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

ibm_platform_services/global_catalog_v1.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
# IBM OpenAPI SDK Code Generator Version: 99-SNAPSHOT-ef9b3113-20201118-074613
17+
# IBM OpenAPI SDK Code Generator Version: 99-SNAPSHOT-629bbb97-20201207-171303
1818

1919
"""
2020
The catalog service manages offerings across geographies as the system of record. The
@@ -304,7 +304,8 @@ def get_catalog_entry(self,
304304
305305
This endpoint returns a specific catalog entry using the object's unique
306306
identifier, for example `/*service_name*?complete=true`. This endpoint is ETag
307-
enabled.
307+
enabled. This can be used by an unauthenticated user for publicly available
308+
services.
308309
309310
:param str id: The catalog entry's unqiue ID.
310311
:param str account: (optional) This changes the scope of the request
@@ -573,7 +574,8 @@ def get_child_objects(self,
573574
Get child catalog entries of a specific kind.
574575
575576
Fetch child catalog entries for a catalog entry with a specific id. This endpoint
576-
is ETag enabled.
577+
is ETag enabled. This can be used by an unauthenticated user for publicly
578+
available services.
577579
578580
:param str id: The parent catalog entry's ID.
579581
:param str kind: The **kind** of child catalog entries to search for. A
@@ -836,7 +838,8 @@ def get_pricing(self,
836838
Get the pricing for an object.
837839
838840
This endpoint returns the pricing for an object. Static pricing is defined in the
839-
catalog. Dynamic pricing is stored in IBM Cloud Pricing Catalog.
841+
catalog. Dynamic pricing is stored in IBM Cloud Pricing Catalog. This can be used
842+
by an unauthenticated user for publicly available services.
840843
841844
:param str id: The object's unique ID.
842845
:param str account: (optional) This changes the scope of the request

0 commit comments

Comments
 (0)