Hello Community,
Please I need help
I found the following example on the internet to inject content into a folder via the CMIS API, but it's not working. If same one can help me to add a document to a folder?
best regards
Lastly an example of adding a document to a specific case:
Again you must use the specific the GUID of the case, which in this example is 'F1C1EEB9-AC69-C853-87A9-5BF26D900000'.
> curl -u user:password -X POST http:// server:port/cmid_base_url/tos_symbolic_name/children?id=F1C1EEB9-AC69-C853-87A9-5BF26D900000^&ContentType=application/pdf -d @example.pdf
------------------------------
El Mehdi ES-SAFI
------------------------------