updateContext
Updates an existing context.
How to use?
const res = await orbis.updateContext(context_id, options);Parameters
context_id- (stream) ID of the context being updatedoptions- object which contains the details of the contextname-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 updating TileDocument."
}