Zoom Room Settings documentation not up to date

API Endpoint(s) and/or Zoom API Event(s)

Description
Hello :slight_smile:

All settings are not described in the documentation. For meet zoom room settings, the meeting_security objects returns more fields than they are described.
Some fields that are only available on the API description are not updatable (“require_password_for_scheduled_meeting”)

Error?

    "meeting_security": {
        "auto_security": true,
        "waiting_room": true,
        "waiting_room_settings": {},
        "meeting_password": true,
        "require_password_for_scheduled_meeting": false,
        "rmi_password": true,
        "password_for_rmi": "789456123",
        "phone_password": true,
        "end_to_end_encrypted_meetings": true,
        "encryption_type": "enhanced_encryption"
    }

Documented:

image