Wrong documentation for Export View: "base_name" is actually "dtable_name"

This is about the documentation here:
https://api.seatable.io/reference/export-view

Besides that I don’t understand why for this endpoint ID and names have to be provides, whereas an ID should normally be sufficient, there is a documentation error:

According to the documentation you need to provide base_name param, but when I ran into this error:

"error_msg\":\"dtable_name invalid.\

After which I tried dtable_name as parameter, which was successful :smiley: - so seems the documentation is outdated or just wrong.

Also the regex pattern validation for table_id on the page is not complete, because it validates for lowercase letters, but the table_id can also come with uppercase letters.

probably the same is true for Export Table and Export Base but I did not try it yet.