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

# Interface: ProposePolicyChangeInput

Defined in: typescript/src/models/policy-change.ts:83

The body of POST /policies/{name}/{version}/pending-changes.

## Properties

### proposedContent

> `readonly` **proposedContent**: `unknown`

Defined in: typescript/src/models/policy-change.ts:88

The whole policy.json content. Its `policyId` must equal the policy
name in the URL.

***

### reason

> `readonly` **reason**: `string`

Defined in: typescript/src/models/policy-change.ts:93

Why the change should take effect. Required.
