Una marca de tiempo en formato RFC3339 UTC “Zulú”, con una resolución de nanosegundos y hasta nueve dígitos fraccionarios. Ejemplos: "2014-10-02T15:01:23Z" y "2014-10-02T15:01:23.045123456Z".
Cuerpo de la respuesta
Si se ejecuta de forma correcta, el cuerpo de la respuesta contiene una instancia de ApprovalRequest.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-05-16 (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."]]],[]]