on ‎2025 May 26 12:31 PM
I am working with SAP BTP DMS (Document Management Service) and the integration option
Request clarification before answering.
Hello Dan,
It depends on what you are using to connect to the DMS.
From the screenshot you send, it looks like you are working with postman.
If you are using Postman, you would have to PUT https://{{endpoint}}/rest/v2/repositories/(Repository ID) and hit send.
If you work with the SAP API, you would have to select PUT /rest/v2/repositories/{id} and in the parameters part, add the id of the repository you want to modify and in the body include the change you need and hit run.
In my case, to make the change with PUT, I added to the body, all the json of my repository, with the modified part.
I hope this has helped you.
Regards.
Santiago.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.