patch https://www.virustotal.com/api/v3/groups/
This request accepts a JSON body containing the group attributes to update. Attributes not present in the request body remain the same. It returns the updated Group object.
This request accepts a JSON body containing the group attributes to update. Attributes not present in the request body remain the same. It returns the updated Group object.
xxxxxxxxxx
curl --request PATCH \
--url https://www.virustotal.com/api/v3/groups/id \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!