Request to close the panel.
The requesting integration must have the PORTAL_AUTH_TYPE or ALL_AUTH_TYPE authorization scope.
An example request to close the panel containing portal-id:
portal-id
{ type: 'portal:panel:close', id: 'portal-id' }
Id of the portal to close.
Must be PanelClose.
Generated using TypeDoc
Request to close the panel.
The requesting integration must have the PORTAL_AUTH_TYPE or ALL_AUTH_TYPE authorization scope.
An example request to close the panel containing
portal-id
:{ type: 'portal:panel:close', id: 'portal-id' }