fix: Passing publish=true in documents.update with published document errors
This commit is contained in:
@@ -3032,6 +3032,7 @@ describe("#documents.update", () => {
|
||||
id: document.id,
|
||||
title: "Updated title",
|
||||
text: "Updated text",
|
||||
publish: true,
|
||||
},
|
||||
});
|
||||
const body = await res.json();
|
||||
|
||||
Reference in New Issue
Block a user