Updates a specific group by ID
curl --request PUT \ --url http://base.url.com/groups/{targetGroupid} \ --header 'Content-Type: application/json' \ --header 'x-phishy-api-key: <api-key>' \ --data '{ "name": "<string>", "description": "<string>", "color": "<string>" }'
This response does not have an example.
Group details
Name of the group
Description of the group
Hexadecimal color code representing the group
Group updated successfully