> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# approveApprovalRequest

> Approves an open approval request through the existing approval link pipeline.

Approves an open approval request through the existing approval link pipeline.

```graphql theme={null}
mutation {
  approveApprovalRequest(
    approvalId: UUID!
  ): ApprovalRequestActionResponse!
}
```

## Arguments

<ParamField body="approvalId" type="UUID!" required>
  *No description provided in the schema yet.*
</ParamField>

## Returns

[`ApprovalRequestActionResponse!`](/api-reference/types/approval-request-action-response) — Response returned from approve/decline approval request mutations.
