Create Connection Group
POST/connection-groups/orgId/:orgId
Create a new Connection Group.
Request
Path Parameters
orgId stringrequired
The Organization ID (UUID) for which you are querying.
- application/json
Body
required
string
Responses
- 200
Success.
- application/json
- Schema
- Example (from schema)
- Example
Schema
any
{
"status": {
"code": 0,
"message": "200 OK"
},
"responseCreated": "2018-03-30T16:56:52.140Z",
"response": {
"created": true,
"id": "f6499aec-0963-4cc5-b772-3e2d4bfa15a4"
}
}
{
"status": {
"code": 0,
"message": "200 OK"
},
"responseCreated": "2018-03-30T16:56:52.140Z",
"response": {
"created": true,
"id": "f6499aec-0963-4cc5-b772-3e2d4bfa15a4"
}
}
Loading...