How can we help?

Searching:

0 results found

Profiles/Patch

PATCH /odata/Profiles/Id
 

Description

Updates a profile.

See the following for request and response details:

 

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”

}’

Response -Profiles/Patch

 

Example JSON Profiles/Post Response

Status 204: No Content