endpoints.update
PUT
https://relay.bluejeans.com/api/endpoints/:id
Update an existing entity by passing in a replacement entity. All values in the existing entity will be set to those of the uploaded replacement entity (except id, which is immutable). If you omit a field or send
null, it will be nulled out in the saved entity.PUT /api/endpoints/4fb329c03a8ce62480d87e24 HTTP/1.1
Content-Type: application/json
{ "id": "4fb329c03a8ce62480d87e24", "propertyName": "propertyValue" }
HTTP/1.1 200 OK
Content-Type: application/json
{ "id": "4fb329c03a8ce62480d87e24", "propertyName": "propertyValue" }