Update a maintenance policy
Updates the specified maintenance policy by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
PATCH/v3/maintenance-policies/{id}
JWT
maintenancePolicy:write
Parameters
| Name | Type | In | Description |
|---|---|---|---|
| id* | string | path | Unique identifier for the maintenance policy. |
Request Body Schema
| Property | Type | Description | Constraints |
|---|---|---|---|
| name | string | Name of the maintenance policy. | min: 1, max: 256 |
| allowMajorVersionUpdates | boolean | Allow major version updates. | |
| allowMinorVersionUpdates | boolean | Allow minor version updates. |
Request Example
Responses
200
400
401
403
404
429
500