endpoints.insert

POST https://relay.bluejeans.com/api/endpoints/
Create a new entity with the given properties.
POST /api/endpoints/ HTTP/1.1 Content-Type: application/json { "propertyName": "propertyValue" } HTTP/1.1 200 OK Content-Type: application/json { "id": "4fb329c03a8ce62480d87e24", "propertyName": "propertyValue" }

inputs

application/json

entity

Endpoint BODY yes

outputs

The created entity
application/json Endpoint