Hello,
I am testing Airtable Api, and I see that no matter in which table the record is, the record get, update and delete methods work normally)
Example:
I have a record just in "movies" table, but even if I write the id or name of another table "blog" in api url, it still returns the record, you can also update and delete.
Get https://api.airtable.com/v0/<app_id>/Movies/recY7Ho4bq4RM94XX/
Get https://api.airtable.com/v0/<app_id>/Blog/recY7Ho4bq4RM94XX/
They return the same element
Is this how it should work, or it is a bug?