Discovery groups API
Update group
PUT /api/v1/discovery_groups/:id
| Name | Description |
|---|---|
id * | Numeric ID of group |
name | Name of the group |
Example request
PUT /api/v1/discovery_groups/114593795Example CURL command
curl "https://company.aha.io/api/v1/discovery_groups/114593795" -d '{"discovery_group":{"name":"A new group name"}}' -X PUT \
-H "Authorization: Bearer 342893839dc114db6d7e51e1ad65ca057712303fbb72155d445061318376b314" \
-H "Content-Type: application/json" \
-H "Accept: application/json"Request
authorization: Bearer 342893839dc114db6d7e51e1ad65ca057712303fbb72155d445061318376b314
contentType: application/json
accept: application/json
Request body
Response
Status: 200 OK
contentType: application/json; charset=utf-8
Response body