Lewis_Beard
3 years agoExpert
Using the API to rename a property (on a group)?
All,
I want to rename a property on a group using the API.
I see the verbs for /device/groups/{gid}/properties/ ..... POST and GET.
I see the following verbs for /device/groups/{gid}...
- Anonymous3 years ago7 minutes ago, Lewis Beard said:
Would i need to do a GET to obtain the value, then do a DELETE on the property, and then do the PUT with the value I retained?
That's how I would do it. No one step that I know of.