createContext
Creates a new context that can be used to identify applications, groups, channels ect.
How to use?
const res = await orbis.createContext(options);Parameters
options- object which contains context detailsname-stringInternal name of the contextdisplayName-stringDisplayed name of the context (in notifications or external feeds for example).websiteUrl-stringContext URL, can be used in notifications or external feeds.project_id-stringID of the project this context is part of.context-stringIf this context is a child of another context. Can be used to identify channels in a group for example.accessRules-arraySee Access Gatingintegrations-object3rd party Context integrations, see Contexts
Returns
{
status: 200,
doc: "kjzl6cwe1...e4wvxhiqj",
result: "Success creating TileDocument."
}