Skip to main content

updateEventPortal

Update an event portal.

An omitted field leaves the corresponding value unchanged. content and settings are each replaced in full when supplied; they are not merged with the existing document.

If neither content nor settings is supplied, the event portal is returned unchanged.

Throws an error with code:

  • NOT_FOUND if the input's eventId field does not identify an event.
  • UNAUTHORIZED if the caller does not have access to the event specified by the input's eventId field.
  • NOT_FOUND if the input's portalId field does not identify an event portal in the event specified by the input's eventId field.
  • BAD_USER_INPUT if the input's content field is explicitly null, or is not a JSON object.
  • BAD_USER_INPUT if the input's settings field is explicitly null, or is not a JSON object.
updateEventPortal(
input: UpdateEventPortalInput!
): UpdateEventPortalPayload!

Arguments

updateEventPortal.input ● UpdateEventPortalInput! non-null input

Type

UpdateEventPortalPayload object

Payload returned when updating an event portal.