Manager
create_bucket(entity_id)
Description
Creates a new bucket to the entity.
Parameters
entity_id : the entity to add another bucket
set_admin(entity_id, bucket_id, admin)set_admin(entity_id, bucket_id, admin)
Description
Adds an admin to the bucket
Parameters
Entity_id: the id of the entity
Bucket_id: the id of the bucket
Admin: the account to add to the bucket as an admin
remove_admin(entity_id, bucket_id, admin)
Description
Adds an admin to the bucket
Parameters:
Entity_id: the id of the entity
Bucket_id: the id of the bucket
Admin: the account to add to the bucket as an admin
set_manager(entity_id, manager)
Description
Adds a manager to the set. Can only be performed by another manager.
Parameters:
Entity_id: the id of the entity to which the manager should be assigned
Manager: account who should be part of the manager list
remove_manager(entity_id, manager)
Description
Removes manager. Can only be performed by another manager.
Parameters:
Entity_id: the id of the entity to from which the manager should be removed
Manager: account who should be dropped from manager list
Last updated