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.
HTTP request
POST https://apigee.googleapis.com/v1/{name=organizations/*/developers/*/apps/*/attributes/*}
Required. Name of the developer app attribute. Use the following structure in your request: organizations/{org}/developers/{developerEmail}/apps/{app}/attributes/{attribute}
Authorization requires the following IAM permission on the specified resource name:
apigee.developerappattributes.update
Request body
The request body contains an instance of Attribute.
Response body
If successful, the response body contains an instance of Attribute.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-04 UTC."],[[["This webpage details how to update a developer app attribute using a POST HTTP request to the specified URL, following gRPC Transcoding syntax."],["The `name` path parameter is mandatory and requires a specific structure: `organizations/{org}/developers/{developerEmail}/apps/{app}/attributes/{attribute}`, along with `apigee.developerappattributes.update` IAM permission."],["The request and response bodies both utilize the `Attribute` resource, defined elsewhere, for managing the app's attribute data."],["Authorization for this operation requires the OAuth scope: `https://www.googleapis.com/auth/cloud-platform`."],["OAuth access tokens and Key Management Service entities are cached for at least 180 seconds, therefore, access token expiration won't occur in less time than that."]]],[]]