Im going a bit nuts with this API call
If I call a POST
to upsert rows, I get a “Table not found” error. But, If I call a GET call to get that table via the exact same ID, it IS able to find it. Is there something Im missing? Is this a bug in the API?
Heres a POST
call to upsert rows that is giving the failure:
And here is the GET
call which is successfully getting the table:
@Eric_Koleda is this a bug or am I missing something super obvious? The only other relevant info is that the table in question is a pack table - BUT updating rows via this table via API also works successfully? So I can’t quite figure out the variable at play here. . .