Discovery groups API
Create a group
POST /api/v1/discovery_groups
| Name | Description |
|---|---|
name * | Name of the group |
Example request
POST /api/v1/discovery_groupsExample CURL command
curl "https://company.aha.io/api/v1/discovery_groups" -d '{"discovery_group":{"name":"My group"}}' -X POST \
-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