This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
API return Id on post_document #1559
pintariching
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to return the Id of the created document when sending a POST request to documents/post_document/?
Right now, I don't think I can insert a document from an external app and somehow reference that new document in my external app without having the user manually select the document,
One workaround I've been thinking of is that I could make a tag, with a random name, assign the document that tag, save the document, and then query the API with that tag, to get back the document Id, but that seems like a very roundabout way to do it.
Beta Was this translation helpful? Give feedback.
All reactions