|
14 | 14 | # See the License for the specific language governing permissions and
|
15 | 15 | # limitations under the License.
|
16 | 16 |
|
17 |
| -# IBM OpenAPI SDK Code Generator Version: 99-SNAPSHOT-ef9b3113-20201118-074613 |
| 17 | +# IBM OpenAPI SDK Code Generator Version: 99-SNAPSHOT-629bbb97-20201207-171303 |
18 | 18 |
|
19 | 19 | """
|
20 | 20 | The catalog service manages offerings across geographies as the system of record. The
|
@@ -304,7 +304,8 @@ def get_catalog_entry(self,
|
304 | 304 |
|
305 | 305 | This endpoint returns a specific catalog entry using the object's unique
|
306 | 306 | 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. |
308 | 309 |
|
309 | 310 | :param str id: The catalog entry's unqiue ID.
|
310 | 311 | :param str account: (optional) This changes the scope of the request
|
@@ -573,7 +574,8 @@ def get_child_objects(self,
|
573 | 574 | Get child catalog entries of a specific kind.
|
574 | 575 |
|
575 | 576 | 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. |
577 | 579 |
|
578 | 580 | :param str id: The parent catalog entry's ID.
|
579 | 581 | :param str kind: The **kind** of child catalog entries to search for. A
|
@@ -836,7 +838,8 @@ def get_pricing(self,
|
836 | 838 | Get the pricing for an object.
|
837 | 839 |
|
838 | 840 | 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. |
840 | 843 |
|
841 | 844 | :param str id: The object's unique ID.
|
842 | 845 | :param str account: (optional) This changes the scope of the request
|
|
0 commit comments