@@ -12110,10 +12110,10 @@ public Get set(String parameterName, Object value) {
1211012110 }
1211112111 /**
1211212112 * 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.
1211712117 *
1211812118 * Create a request for the method "keys.updateAppGroupAppKey".
1211912119 *
@@ -12141,7 +12141,7 @@ public class UpdateAppGroupAppKey extends ApigeeRequest<com.google.api.services.
1214112141
1214212142 /**
1214312143 * 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
1214512145 * AppGroupAppKey. This API replaces the existing attributes with those specified in the request.
1214612146 * Include or exclude any existing attributes that you want to retain or delete, respectively. You
1214712147 * 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) {
1831118311 }
1831218312 /**
1831318313 * 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.
1831818320 *
1831918321 * Create a request for the method "keys.updateDeveloperAppKey".
1832018322 *
@@ -18342,10 +18344,12 @@ public class UpdateDeveloperAppKey extends ApigeeRequest<com.google.api.services
1834218344
1834318345 /**
1834418346 * 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.
1834918353 *
1835018354 * Create a request for the method "keys.updateDeveloperAppKey".
1835118355 *
0 commit comments