Forum Discussion

Lewis_Beard's avatar
3 years ago

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}...
  • Anonymous's avatar
    Anonymous
    3 years ago
    7 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.