@@ -12110,10 +12110,10 @@ public Get set(String parameterName, Object value) {
12110
12110
}
12111
12111
/**
12112
12112
* Adds an API product to an AppGroupAppKey, enabling the app that holds the key to access the API
12113
- * resources bundled in the API product. In addition, you can add attributes to the AppGroupAppKey.
12114
- * This API replaces the existing attributes with those specified in the request. Include or exclude
12115
- * any existing attributes that you want to retain or delete, respectively. You can use the same key
12116
- * to access all API products associated with the app.
12113
+ * resources bundled in the API product. In addition, you can add attributes and scopes to the
12114
+ * AppGroupAppKey. This API replaces the existing attributes with those specified in the request.
12115
+ * Include or exclude any existing attributes that you want to retain or delete, respectively. You
12116
+ * can use the same key to access all API products associated with the app.
12117
12117
*
12118
12118
* Create a request for the method "keys.updateAppGroupAppKey".
12119
12119
*
@@ -12141,7 +12141,7 @@ public class UpdateAppGroupAppKey extends ApigeeRequest<com.google.api.services.
12141
12141
12142
12142
/**
12143
12143
* Adds an API product to an AppGroupAppKey, enabling the app that holds the key to access the API
12144
- * resources bundled in the API product. In addition, you can add attributes to the
12144
+ * resources bundled in the API product. In addition, you can add attributes and scopes to the
12145
12145
* AppGroupAppKey. This API replaces the existing attributes with those specified in the request.
12146
12146
* Include or exclude any existing attributes that you want to retain or delete, respectively. You
12147
12147
* can use the same key to access all API products associated with the app.
@@ -18311,10 +18311,12 @@ public ReplaceDeveloperAppKey set(String parameterName, Object value) {
18311
18311
}
18312
18312
/**
18313
18313
* Adds an API product to a developer app key, enabling the app that holds the key to access the API
18314
- * resources bundled in the API product. In addition, you can add attributes to a developer app key.
18315
- * This API replaces the existing attributes with those specified in the request. Include or exclude
18316
- * any existing attributes that you want to retain or delete, respectively. You can use the same key
18317
- * to access all API products associated with the app.
18314
+ * resources bundled in the API product. In addition, you can add attributes and scopes associated
18315
+ * with the API product to the developer app key. The status of the key can be updated via "action"
18316
+ * Query Parameter. None of the other fields can be updated via this API. This API replaces the
18317
+ * existing attributes with those specified in the request. Include or exclude any existing
18318
+ * attributes that you want to retain or delete, respectively. None of the other fields can be
18319
+ * updated. You can use the same key to access all API products associated with the app.
18318
18320
*
18319
18321
* Create a request for the method "keys.updateDeveloperAppKey".
18320
18322
*
@@ -18342,10 +18344,12 @@ public class UpdateDeveloperAppKey extends ApigeeRequest<com.google.api.services
18342
18344
18343
18345
/**
18344
18346
* Adds an API product to a developer app key, enabling the app that holds the key to access the
18345
- * API resources bundled in the API product. In addition, you can add attributes to a developer
18346
- * app key. This API replaces the existing attributes with those specified in the request. Include
18347
- * or exclude any existing attributes that you want to retain or delete, respectively. You can use
18348
- * the same key to access all API products associated with the app.
18347
+ * API resources bundled in the API product. In addition, you can add attributes and scopes
18348
+ * associated with the API product to the developer app key. The status of the key can be updated
18349
+ * via "action" Query Parameter. None of the other fields can be updated via this API. This API
18350
+ * replaces the existing attributes with those specified in the request. Include or exclude any
18351
+ * existing attributes that you want to retain or delete, respectively. None of the other fields
18352
+ * can be updated. You can use the same key to access all API products associated with the app.
18349
18353
*
18350
18354
* Create a request for the method "keys.updateDeveloperAppKey".
18351
18355
*
0 commit comments