Add an OS filter for the specified published resource. Deprecated path - Use Criteria section instead.
ID of the published resource to be updated
Add an OS filter for the specified published resource
Whether to enable or disable the filter for the specified published resource.
Allow Chrome OS clients.
Allow Android clients.
Allow Web clients.
Allow IOS clients.
Allow Linux clients.
Allow Mac clients.
Allow Windows clients.
Allow Wyse clients.
Created
No content
Unauthorized
Not Found
Conflict
No content
PUT /api/PubItems/{id}/OSFilters HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 214
{
"osFilterEnabled": true,
"allowClientChrome": true,
"allowClientAndroid": true,
"allowClientWeb": true,
"allowClientIOS": true,
"allowClientLinux": true,
"allowClientMAC": true,
"allowClientWindows": true,
"allowClientWyse": true
}