Create Device Group
POST/seb-api/v1/device-groups
Creates a new device group using the attributes provided in the request body. Validates the input payload and returns the unique identifier of the newly generated resource.
Request
Responses
- 201
- 400
- 403
- 409
- 500
Device group created successfully
Bad request - invalid input
Forbidden
Conflict - device group already exists
Internal server error