You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using batchStore, if I do:
$s->addTag('tag_1', 'val_tag_1');
I get a 'false' as the response. Everything else works fine, its just adding tags that breaks. How can I see the specific error that is breaking that api request?
The text was updated successfully, but these errors were encountered:
When using batchStore, if I do:
$s->addTag('tag_1', 'val_tag_1');
I get a 'false' as the response. Everything else works fine, its just adding tags that breaks. How can I see the specific error that is breaking that api request?
The text was updated successfully, but these errors were encountered: