Wrong JSON node name in "Update event attendee actions" documentation

When invoking this endpoint Events APIs - API - Zoom Developer Docs to check-in Event attendees and something goes wrong, documentation says we should expect a response that looks like this:

However, the actual response looks like this:

{
    "errors":[
        {
            "email":"bob@example.com",
            "error_message":"No access."
        }
    ]
}

Notice the documentation mentions a node called “message” but in reality this node is called “error_message”.