Page 1 of 1

edit and update document by backend

PostPosted:Wed Jun 07, 2023 11:11 am
by swati
hi,

is there any method to edit and update the document from backend side in openkm in java
if yes please provide methods
thanks
swati

Re: edit and update document by backend

PostPosted:Fri Jun 16, 2023 7:32 am
by jllort
In the API core take a look at checkout, getContent and check-in methods https://docs.openkm.com/kcenter/view/ok ... ument.html

Also you can use the SDK for Java , you have the same document available from there https://docs.openkm.com/kcenter/view/sd ... mples.html