module

CaidoMutations::Scopes

Class methods

create(name : String, allowlist : Array(String), denylist : Array(String) = [] of String)

Create a new scope

Source
delete(scope_id : String)

Delete a scope

Source
rename(scope_id : String, name : String)

Rename a scope

Source
update(scope_id : String, name : String | Nil = nil, allowlist : Array(String) | Nil = nil, denylist : Array(String) | Nil = nil)

Update a scope

Source