Update Entry
Updates an existing entry in a Memento Database library.
PUT
Query
Field selectionChoose which fields should be included in the response. Learn more
string
Comma-separated response fields to include.
Body
Arguments
stringrequired
The ID of the library.
stringrequired
The ID of the entry.
array of objectrequired
An array of field objects to update. Example: [{"id":1,"value":"Updated"}]