enterprises.update

PUT https://relay.bluejeans.com/api/enterprises/:id
Modify your Enterprise account.

inputs

application/json

id

Your Enterprise's ID (UUID, not username), or "self" if you don't know the ID
String PATH yes

entity

A full Enterprise object to set. Only label, password, pointOfContact, and publicKey are allowed to be updated, other properties will be ignored.
Enterprise BODY yes

outputs

The resulting Enterprise object (with all fields included, and password always null).
application/json Enterprise