Package org.openapitools.client.apis
Interface PushApi
-
- All Implemented Interfaces:
public interface PushApi
-
-
Method Summary
Modifier and Type Method Description abstract ResponsecreateDevice(@Body() CreateDeviceRequest createDeviceRequest)Create device Adds a new device to a user, if the same device already exists the call will have no effect Responses: 201: Successful response
400: Bad request
429: Too many requests
-
-
Method Detail
-
createDevice
@POST(value = "/video/devices") abstract Response createDevice(@Body() CreateDeviceRequest createDeviceRequest)
Create device Adds a new device to a user, if the same device already exists the call will have no effect Responses:
201: Successful response
400: Bad request
429: Too many requests
-
-
-