> ## 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.

# requestVirtualCardLimitChange

> Requests manager approval to change a virtual card limit.

Requests manager approval to change a virtual card limit.

```graphql theme={null}
mutation {
  requestVirtualCardLimitChange(
    input: RequestVirtualCardLimitChangeInput!
  ): RequestApprovalResponse!
}
```

## Arguments

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

## Returns

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