Method: organizations.developers.apps.attributes.updateDeveloperAppAttribute

Updates a developer app attribute.

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/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

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.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform