Update

Updates the group details for a given GUID.

For a detailed description of the Group properties please visit here

Request sample:

PUT /groups/:guid HTTP/1.1
Content-type: application/json
Accept: application/json

{
   "name": "string",
   "type": "string",
   "password": "string",
   "icon": "URL string",
   "description": "string"
   "metadata": {
       "any key": "value pair",
   },
   "owner": "string",
   "tags":["array of strings"],
   "unset": ["array of strings"]
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!