Step 1: Create a group
POST {{apiPath}}/environments/{{envID}}/groups
The POST /environments/{{envID}}/groups
operation creates one group. The only required value in the request body is the name
property.
Request Body
{"name"=>"Use Case Group_{{$timestamp}}", "description"=>"This is a test group for a use case"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |