Updates a portal.
An example request to update some-portal-id:
some-portal-id
{ type: 'event:event', portalId: 'some-portal-id', selector: 'anonymous-element', selectorData: { class: 'pageTitle' }, eventType: 'new' }
Must be a type of PortalResponseEventType.
Portal to update.
Item that should trigger the event.
Extra information about the selector item.
Must be EVENT_OCCURRENCE_TYPE.
Generated using TypeDoc
Updates a portal.
An example request to update
some-portal-id
:{ type: 'event:event', portalId: 'some-portal-id', selector: 'anonymous-element', selectorData: { class: 'pageTitle' }, eventType: 'new' }