Stempel waktu dalam format RFC3339 UTC "Zulu", dengan resolusi nanodetik dan maksimal sembilan digit fraksional. Contoh: "2014-10-02T15:01:23Z" dan "2014-10-02T15:01:23.045123456Z".
Isi respons
Jika berhasil, isi respons akan berisi instance ApprovalRequest.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-04-24 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."]]],[]]