> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/objects/update-subscription-acceptance-check-input.md).

# UpdateSubscriptionAcceptanceCheckInput

### Fields

#### clientMutationId ([String](/graphql-api/api-reference/objects/string.md))

A unique identifier for the client performing the mutation.

#### id ([ID](/graphql-api/api-reference/objects/id.md)!)

ID of the subscription acceptance check to update.

#### value ([Int](/graphql-api/api-reference/objects/int.md))

The value for the acceptance check. For manual checks, this determines the status.

#### status ([AcceptanceCheckStatus](/graphql-api/api-reference/objects/acceptance-check-status.md))

Directly set the status of the acceptance check.

#### notes ([String](/graphql-api/api-reference/objects/string.md))

Additional notes or comments about this acceptance check.

#### externalUrl ([String](/graphql-api/api-reference/objects/string.md))

External URL with more details about this acceptance check (e.g. from a partner integration).
