|
1123 | 1123 | ] |
1124 | 1124 | }, |
1125 | 1125 | "update": { |
1126 | | - "description": "Updates an existing API product. You must include all required values, whether or not you are updating them, as well as any optional values that you are updating. The API product name required in the request URL is the internal name of the product, not the display name. While they may be the same, it depends on whether the API product was created via UI or API. View the list of API products to identify their internal names.", |
| 1126 | + "description": "Updates an existing API product. You must include all required values, whether or not you are updating them, as well as any optional values that you are updating. The API product name required in the request URL is the internal name of the product, not the display name. While they may be the same, it depends on whether the API product was created via UI or API. View the list of API products to identify their internal names. **Note:** We recommend that you avoid making concurrent update requests for the same resource. Near-simultaneous writes to the same entity can result in conflicts and unexpected behavior. Ensure operations are sequential when modifying a single resource.", |
1127 | 1127 | "flatPath": "v1/organizations/{organizationsId}/apiproducts/{apiproductsId}", |
1128 | 1128 | "httpMethod": "PUT", |
1129 | 1129 | "id": "apigee.organizations.apiproducts.update", |
|
2260 | 2260 | ] |
2261 | 2261 | }, |
2262 | 2262 | "update": { |
2263 | | - "description": "Updates an AppGroup. This API replaces the existing AppGroup details with those specified in the request. Include or exclude any existing details that you want to retain or delete, respectively. Note that the state of the AppGroup should be updated using `action`, and not via AppGroup.", |
| 2263 | + "description": "Updates an AppGroup. This API replaces the existing AppGroup details with those specified in the request. Include or exclude any existing details that you want to retain or delete, respectively. Note that the state of the AppGroup should be updated using `action`, and not via AppGroup. **Note:** We recommend that you avoid making concurrent update requests for the same resource. Near-simultaneous writes to the same entity can result in conflicts and unexpected behavior. Ensure operations are sequential when modifying a single resource.", |
2264 | 2264 | "flatPath": "v1/organizations/{organizationsId}/appgroups/{appgroupsId}", |
2265 | 2265 | "httpMethod": "PUT", |
2266 | 2266 | "id": "apigee.organizations.appgroups.update", |
|
2293 | 2293 | ] |
2294 | 2294 | }, |
2295 | 2295 | "updateMonetizationConfig": { |
2296 | | - "description": "Updates the monetization configuration for the AppGroup.", |
| 2296 | + "description": "Updates the monetization configuration for the AppGroup. **Note:** We recommend that you avoid making concurrent update requests for the same resource. Near-simultaneous writes to the same entity can result in conflicts and unexpected behavior. Ensure operations are sequential when modifying a single resource.", |
2297 | 2297 | "flatPath": "v1/organizations/{organizationsId}/appgroups/{appgroupsId}/monetizationConfig", |
2298 | 2298 | "httpMethod": "PUT", |
2299 | 2299 | "id": "apigee.organizations.appgroups.updateMonetizationConfig", |
|
2439 | 2439 | ] |
2440 | 2440 | }, |
2441 | 2441 | "update": { |
2442 | | - "description": "Updates the details for an AppGroup app. In addition, you can add an API product to an AppGroup app and automatically generate an API key for the app to use when calling APIs in the API product. If you want to use an existing API key for the API product, add the API product to the API key using the UpdateAppGroupAppKey API. Using this API, you cannot update the app name, as it is the primary key used to identify the app and cannot be changed. This API replaces the existing attributes with those specified in the request. Include or exclude any existing attributes that you want to retain or delete, respectively.", |
| 2442 | + "description": "Updates the details for an AppGroup app. In addition, you can add an API product to an AppGroup app and automatically generate an API key for the app to use when calling APIs in the API product. If you want to use an existing API key for the API product, add the API product to the API key using the UpdateAppGroupAppKey API. Using this API, you cannot update the app name, as it is the primary key used to identify the app and cannot be changed. This API replaces the existing attributes with those specified in the request. Include or exclude any existing attributes that you want to retain or delete, respectively. **Note:** We recommend that you avoid making concurrent update requests for the same resource. Near-simultaneous writes to the same entity can result in conflicts and unexpected behavior. Ensure operations are sequential when modifying a single resource.", |
2443 | 2443 | "flatPath": "v1/organizations/{organizationsId}/appgroups/{appgroupsId}/apps/{appsId}", |
2444 | 2444 | "httpMethod": "PUT", |
2445 | 2445 | "id": "apigee.organizations.appgroups.apps.update", |
|
3386 | 3386 | ] |
3387 | 3387 | }, |
3388 | 3388 | "update": { |
3389 | | - "description": "Updates a developer. This API replaces the existing developer details with those specified in the request. Include or exclude any existing details that you want to retain or delete, respectively. The custom attribute limit is 18. **Note**: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API products) are cached for 180 seconds (current default). Any custom attributes associated with these entities are cached for at least 180 seconds after the entity is accessed at runtime. Therefore, an `ExpiresIn` element on the OAuthV2 policy won't be able to expire an access token in less than 180 seconds.", |
| 3389 | + "description": "Updates a developer. This API replaces the existing developer details with those specified in the request. Include or exclude any existing details that you want to retain or delete, respectively. The custom attribute limit is 18. **Note**: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API products) are cached for 180 seconds (current default). Any custom attributes associated with these entities are cached for at least 180 seconds after the entity is accessed at runtime. Therefore, an `ExpiresIn` element on the OAuthV2 policy won't be able to expire an access token in less than 180 seconds. **Note:** We recommend that you avoid making concurrent update requests for the same resource. Near-simultaneous writes to the same entity can result in conflicts and unexpected behavior. Ensure operations are sequential when modifying a single resource.", |
3390 | 3390 | "flatPath": "v1/organizations/{organizationsId}/developers/{developersId}", |
3391 | 3391 | "httpMethod": "PUT", |
3392 | 3392 | "id": "apigee.organizations.developers.update", |
|
3641 | 3641 | ] |
3642 | 3642 | }, |
3643 | 3643 | "update": { |
3644 | | - "description": "Updates the details for a developer app. In addition, you can add an API product to a developer app and automatically generate an API key for the app to use when calling APIs in the API product. If you want to use an existing API key for the API product, add the API product to the API key using the UpdateDeveloperAppKey API. Using this API, you cannot update the following: * App name as it is the primary key used to identify the app and cannot be changed. * Scopes associated with the app. Instead, use the ReplaceDeveloperAppKey API. This API replaces the existing attributes with those specified in the request. Include or exclude any existing attributes that you want to retain or delete, respectively.", |
| 3644 | + "description": "Updates the details for a developer app. In addition, you can add an API product to a developer app and automatically generate an API key for the app to use when calling APIs in the API product. If you want to use an existing API key for the API product, add the API product to the API key using the UpdateDeveloperAppKey API. Using this API, you cannot update the following: * App name as it is the primary key used to identify the app and cannot be changed. * Scopes associated with the app. Instead, use the ReplaceDeveloperAppKey API. This API replaces the existing attributes with those specified in the request. Include or exclude any existing attributes that you want to retain or delete, respectively. **Note:** We recommend that you avoid making concurrent update requests for the same resource. Near-simultaneous writes to the same entity can result in conflicts and unexpected behavior. Ensure operations are sequential when modifying a single resource.", |
3645 | 3645 | "flatPath": "v1/organizations/{organizationsId}/developers/{developersId}/apps/{appsId}", |
3646 | 3646 | "httpMethod": "PUT", |
3647 | 3647 | "id": "apigee.organizations.developers.apps.update", |
|
11964 | 11964 | } |
11965 | 11965 | } |
11966 | 11966 | }, |
11967 | | - "revision": "20260327", |
| 11967 | + "revision": "20260430", |
11968 | 11968 | "rootUrl": "https://apigee.googleapis.com/", |
11969 | 11969 | "schemas": { |
11970 | 11970 | "EdgeConfigstoreBundleBadBundle": { |
|
0 commit comments