API: Cannot find table

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. . .

Looking at the table ID, it would appear that it’s a sync table, which doesn’t support adding rows. Can you confirm if this is a sync table or not?

1 Like

Ahhh yeah that makes sense.

I’m ONLY try to bulk-update existing rows on a sync table Im not trying to insert any new rows, but the upsert call is anticipating having to add net-new rows and therefore blocking me.

Got it. knew I was missing something!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.