Request ‒ Profiles/Patch
Property | Type | Description | Mandatory |
---|
name | String | Profile Name | |
allowedGroups | List String | List of the allowed groups IDs | |
notAllowedGroups | List String | List of the unallowed groups IDs | |
devicesBlackList | List String | List of devices that are unallowed | |
Example JSON Profiles/Patch Request
curl –location –request PATCH ‘https://api.dev.axonize.com/odata/profiles/5bfd6d2d18b1d856b49665f7’ \
–header ‘Accept-Encoding: gzip, deflate’ \
–header ‘Accept-Language: en-US,en;q=0.9’ \
–header ‘Content-Type: application/json’ \
–header ‘Accept: application/json, text/plain, */*’ \
–data-raw ‘{
“name”: “Updated”
}’