Update maintenance policy subscription parameters.
Update the subscription parameters for a maintenance policy.
PATCH/v3/maintenance-policies/{id}/subscription
JWT
maintenancePolicy:write
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path | The id of the maintenance policy. |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| subscriptionInterval* | string | The length of time which determines the subscription renewal cadence. ISO8601 durations accepted. | min: 0, max: 256 |
Request Example
Responses
200
400
401
403
404
429
500