Update Policy
PUT {{baseUrl}}/v1/policy/:policyUid
Update existing policy in the organization by policyUid.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
policyUid | string | required | Unique Policy Identification |
Body
| Field | Type | Required | Description |
|---|---|---|---|
name | string | required | New name for updated policy. |
note | string | required | Sets new policy note. |
items | array | required | An array of policy items. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}