I noticed that if request has a binary body, the file used as a body is just a link to the file from the local storage. In case of integration into CI/CD on a remote server how can I utilize a binary body in the request? Do I still need external file to use it as a body?
For binary body requests in CI/CD, you’ll need to point the file path to your CLI server’s location. Check this doc for details: Apidog CLI Options - Apidog Docs
And for running locally - I still need to have binary files locally on my PC? They’re not saved in the project, right?
Yes, the file still needs to be stored locally as it is not uploaded to the cloud server.
Will this approach with the Bulk Edit button work if I need to send a body as a binary file (I use binary tab to upload a binary file and use it as a body)?
You are right. The bulk edit method doesn’t apply to this scenario. I’ll share this feedback with our development team regarding this collaboration pattern. Thanks for your feedback - I’ll keep you updated within one or two days.