PUT
/
groups
/
{targetGroupid}
cURL
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.

Authorizations

x-phishy-api-key
string
header
required

Body

application/json

Group details

The body is of type object.

Response

200

Group updated successfully