# UpdateSubscriptionAcceptanceCheckInput

### Fields

#### clientMutationId ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

A unique identifier for the client performing the mutation.

#### id ([ID](https://developer.firmhouse.com/graphql-api/api-reference/objects/id)!)

ID of the subscription acceptance check to update.

#### value ([Int](https://developer.firmhouse.com/graphql-api/api-reference/objects/int))

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

#### status ([AcceptanceCheckStatus](https://developer.firmhouse.com/graphql-api/api-reference/objects/acceptance-check-status))

Directly set the status of the acceptance check.

#### notes ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

Additional notes or comments about this acceptance check.

#### externalUrl ([String](https://developer.firmhouse.com/graphql-api/api-reference/objects/string))

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