summaryrefslogtreecommitdiffstats
path: root/document/abi-spec.json
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-03-12 15:32:46 +0100
committerGitHub <noreply@github.com>2024-03-12 15:32:46 +0100
commitffaf23b9d65ae9c2713698ba4aee0efef7200030 (patch)
tree6b095e0b7dee674685e8031023151172d4577071 /document/abi-spec.json
parent84bf457b193f3cbd5fc481334e2f8c83103c9d80 (diff)
parent783a712f4b9dfc892170a923fd7baf3d416f4856 (diff)
Merge pull request #30597 from vespa-engine/hmusum/support-serializing-document-update-to-jsonv8.318.18
Add support for serializing document update to json
Diffstat (limited to 'document/abi-spec.json')
-rw-r--r--document/abi-spec.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/document/abi-spec.json b/document/abi-spec.json
index ca4b4da3ca0..5096039a941 100644
--- a/document/abi-spec.json
+++ b/document/abi-spec.json
@@ -2863,7 +2863,8 @@
"public abstract void write(com.yahoo.document.Document)",
"public abstract void write(com.yahoo.document.DocumentId)",
"public abstract void write(com.yahoo.document.DocumentType)",
- "public abstract void write(com.yahoo.document.DocumentRemove)"
+ "public abstract void write(com.yahoo.document.DocumentRemove)",
+ "public abstract void write(com.yahoo.document.DocumentUpdate)"
],
"fields" : [ ]
},