Values.UpdateUsageRequestSourceThe PATCH request to grant a temporary extension to the remaining quota of a usage plan associated with a specified API key.
type nonrec t = {usagePlanId : String_.t;The Id of the usage plan associated with the usage data.
*)keyId : String_.t;The identifier of the API key associated with the usage plan in which a temporary extension is granted to the remaining quota.
*)patchOperations : ListOfPatchOperation.t option;For more information about supported patch operations, see Patch Operations.
*)}