Note: OAuth access tokens and Key Management Service (KMS) entities (apps, developers, and API products) are cached for 180 seconds (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/*/attributes/*}
Required. Name of the developer attribute. Use the following structure in your request: organizations/{org}/developers/{developerEmail}/attributes/{attribute}
Authorization requires the following IAM permission on the specified resource name:
apigee.developerattributes.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-04-17 UTC."],[[["This webpage details the process for updating a developer attribute within the Apigee platform, using a POST HTTP request."],["The update operation requires a specific URL structure using gRPC Transcoding syntax, including organization and developer email details within the `name` path parameter."],["Updating an attribute requires the `apigee.developerattributes.update` IAM permission and uses `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."],["Both the request and response bodies use the `Attribute` resource to provide or present the developer attributes."],["OAuth access tokens and Key Management Service (KMS) entities, including their custom attributes, are cached for a minimum of 180 seconds."]]],[]]