Update a device posture check policy
put
Authorizations
defguard_sessionstringRequired
Path parameters
idinteger · int64Required
ID of the device posture check policy.
Body
Request body for creating or updating a device posture check policy.
allow_prerelease_clientbooleanRequired
descriptionstring · nullableOptional
min_desktop_client_versionstring · nullableOptional
min_mobile_client_versionstring · nullableOptional
namestringRequired
Responses
200
Device posture check policy updated.
application/json
API response type for a device posture check policy.
allow_prerelease_clientbooleanRequired
descriptionstring · nullableOptional
idinteger · int64Required
locationsinteger · int64[]Required
IDs of VPN locations this policy is assigned to.
min_desktop_client_versionstring · nullableOptional
min_mobile_client_versionstring · nullableOptional
namestringRequired
400
Invalid request data.
application/json
401
Session is missing or invalid.
application/json
403
Requires admin privileges and an active enterprise license.
application/json
404
Device posture check policy not found.
application/json
500
Unable to update device posture check policy.
application/json
put/api/v1/device-posture/{id}
Last updated
Was this helpful?