Will data be downloaded automatically using POST /api/ids/contract? #109
Answered
by
juliapampus
jfernandezsqs
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
juliapampus
Dec 8, 2021
Replies: 0 comments 1 reply
-
I think there is a misunderstanding. The Swagger UI will not automatically start downloading files to your download directory. The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jfernandezsqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think there is a misunderstanding. The Swagger UI will not automatically start downloading files to your download directory. The
download
boolean indicates whether the data is downloaded from the provider on request (via IDSArtifactRequestMessage
), or whether the consumer DSC loads the data from its internal database (if already donwloaded data exists). With this, you can also force the DSC to request the data from the provider again. Without this, no IDS connection is built up.