@@ -2790,10 +2790,10 @@ def get_organization_appgroup_app_key(name, fields: nil, quota_user: nil, option
2790
2790
2791
2791
# Adds an API product to an AppGroupAppKey, enabling the app that holds the key
2792
2792
# to access the API resources bundled in the API product. In addition, you can
2793
- # add attributes to the AppGroupAppKey. This API replaces the existing
2794
- # attributes with those specified in the request. Include or exclude any
2795
- # existing attributes that you want to retain or delete, respectively. You can
2796
- # use the same key to access all API products associated with the app.
2793
+ # add attributes and scopes to the AppGroupAppKey. This API replaces the
2794
+ # existing attributes with those specified in the request. Include or exclude
2795
+ # any existing attributes that you want to retain or delete, respectively. You
2796
+ # can use the same key to access all API products associated with the app.
2797
2797
# @param [String] name
2798
2798
# Required. Name of the AppGroup app key. Use the following structure in your
2799
2799
# request: `organizations/`org`/appgroups/`app_group_name`/apps/`app`/keys/`key``
@@ -4213,10 +4213,13 @@ def replace_organization_developer_app_key_developer_app_key(name, google_cloud_
4213
4213
4214
4214
# Adds an API product to a developer app key, enabling the app that holds the
4215
4215
# key to access the API resources bundled in the API product. In addition, you
4216
- # can add attributes to a developer app key. This API replaces the existing
4217
- # attributes with those specified in the request. Include or exclude any
4218
- # existing attributes that you want to retain or delete, respectively. You can
4219
- # use the same key to access all API products associated with the app.
4216
+ # can add attributes and scopes associated with the API product to the developer
4217
+ # app key. The status of the key can be updated via "action" Query Parameter.
4218
+ # None of the other fields can be updated via this API. This API replaces the
4219
+ # existing attributes with those specified in the request. Include or exclude
4220
+ # any existing attributes that you want to retain or delete, respectively. None
4221
+ # of the other fields can be updated. You can use the same key to access all API
4222
+ # products associated with the app.
4220
4223
# @param [String] name
4221
4224
# Name of the developer app key. Use the following structure in your request: `
4222
4225
# organizations/`org`/developers/`developer_email`/apps/`app`/keys/`key``
0 commit comments