A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
Response body
If successful, the response body contains an instance of ApprovalRequest.
[[["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 2023-08-30 UTC."],[[["This API endpoint approves an existing approval request, updating its status and returning the modified request, or a failure if the request is not found or is not in the pending state."],["The HTTP request method is a `POST` to a specific URL that includes the request's unique identifier (`name`) as a path parameter using gRPC Transcoding syntax."],["To make this API request, one must use the `accessapproval.requests.approve` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["The request body requires a JSON object with an `expireTime` field, which is a string representing the approval's expiration timestamp in RFC3339 UTC \"Zulu\" format."],["A successful response returns an `ApprovalRequest` instance, while a failure will return `NOT_FOUND` if the request does not exist, or `FAILED_PRECONDITION` if the request is not pending."]]],[]]