We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c3ee1 commit 2867862Copy full SHA for 2867862
2-structured-data/bookshelf/model_datastore.py
@@ -82,6 +82,7 @@ def update(data, id=None):
82
ds.put(entity)
83
return from_datastore(entity)
84
85
+
86
create = update
87
# [END update]
88
0 commit comments