Updates the value of an API product 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 entities also get cached for at least 180 seconds after entity is accessed during runtime. In this case, the 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/*/apiproducts/*/attributes/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Name of the API product. Use the following structure in your request: Authorization requires the following IAM permission on the specified resource
|
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