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 calling editDocument with operation REPLACE_SECTION I get this error consistently. I'm only trying to replace one section, however I want to replace all the content within that section. Is this not the expected use case? Can I change the contents of an entire section without deleting and a new one in the same place in the document? Perhaps this is a by-product of the issue but I have a lot of orphaned sections when I inspect the document.
Each list item gets its own section_id on creation, hence the error; the operation can only deal with a single section at a time. This is a bummer, because I'd like to replace all the content under a certain heading, but that's not what "section" means in Quip.
Same issue when editing a table.
You'd think a whole table is a section, but turns out each row is a section.
Not sure is this is a viable solution, but maybe delete the thread and recreate it with the content you want.
Or run multiple requests to update all rows or list items in your case.
When calling
editDocument
with operationREPLACE_SECTION
I get this error consistently. I'm only trying to replace one section, however I want to replace all the content within that section. Is this not the expected use case? Can I change the contents of an entire section without deleting and a new one in the same place in the document? Perhaps this is a by-product of the issue but I have a lot of orphaned sections when I inspect the document.The text was updated successfully, but these errors were encountered: