INNOVERY FIX - Update the V8 Api to allow for upload of DocumentRevisions of documents similar to notes #457
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Makes changes to the API to allow for similar functionality from notes to be used within DocumentRevisions.
Based on the changes from this pull
#8910
Motivation and Context
At Innovery, we've faced recurring challenges with the set_document_revision SOAP v4 endpoint, which isn't operating as expected within our installation. This pull request addresses the incomplete DocumentRevision endpoint on the V8 JSON API, providing a resolution. With this update, you can seamlessly transition from using the set_document_revision from API v4_1 to this solution in JSON V8.
How To Test This
Using postman or any client attempt to post the following:
Disclaimer: Use a document_id of an existing document
Types of changes
Final checklist