enterprises.patch

PATCH 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

modifiedFields

A partial Enterprise object of properties to set. Only label, password, pointOfContact, and publicKey are allowed to be updated, other properties will be ignored.
Map<String, Object> BODY yes

outputs

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