# api\_procedures\_modifyComplianceRequirement

[@polymeshassociation/polymesh-sdk](/polymesh-sdk-api-reference/docs-alpha/classes.md) / [Modules](/polymesh-sdk-api-reference/docs-alpha/modules.md) / api/procedures/modifyComplianceRequirement

## Module: api/procedures/modifyComplianceRequirement

### Table of contents

#### Type Aliases

* [ModifyComplianceRequirementParams](#modifycompliancerequirementparams)

### Type Aliases

#### ModifyComplianceRequirementParams

Ƭ **ModifyComplianceRequirementParams**: `Object`

**Type declaration**

| Name         | Type                                                                                            | Description                                                                                                                                                                                                                                                                 |
| ------------ | ----------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `conditions` | [`InputCondition`](/polymesh-sdk-api-reference/docs-alpha/modules-1/types.md#inputcondition)\[] | array of conditions to replace the existing array of conditions for the requirement (identified by `id`). Conditions within a requirement are *AND* between them. This means that in order for a transfer to comply with this requirement, it must fulfill *ALL* conditions |
| `id`         | `BigNumber`                                                                                     | ID of the Compliance Requirement                                                                                                                                                                                                                                            |

**Defined in**

[api/procedures/modifyComplianceRequirement.ts:11](https://github.com/PolymathNetwork/polymesh-sdk/blob/31dfa0dc/src/api/procedures/modifyComplianceRequirement.ts#L11)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.polymath.network/polymesh-sdk-api-reference/docs-alpha/modules-1/api_procedures_modifycompliancerequirement.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
