The data type of MeetingID is inconsistent in webhook documentation

Most of the time, the webhook documentation indicates that MeetingId is a numerical value like this example:
image

but there are a few instances where it’s documented as being a string like this example:
image

or this other example:
image

Is this intentional or a mistake? Should it be an integer or a string, or is it the case that data type is not always the same?

1 Like