Skip to content

Commit b03c892

Browse files
authored
Update collections_and_documents.rb
1 parent c0e7173 commit b03c892

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/collections_and_documents.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@
187187
##
188188
# Update a document. Unlike upsert, update will error out if the doc doesn't already exist.
189189
document = @typesense.collections['companies'].documents['124'].update(
190-
'id' => 1,
191190
'num_employees' => 5500
192191
)
193192
ap document

0 commit comments

Comments
 (0)