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_FOUNDif the input'seventIdfield does not identify an event.UNAUTHORIZEDif the caller does not have access to the event specified by the input'seventIdfield.NOT_FOUNDif the input'sportalIdfield does not identify an event portal in the event specified by the input'seventIdfield.BAD_USER_INPUTif the input'scontentfield is explicitlynull, or is not a JSON object.BAD_USER_INPUTif the input'ssettingsfield is explicitlynull, 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.