Can I attach multiple files to content in one request using rest api? Can't find it in docs.
It's be good if I can use something like that:
curl ...
...
-F "file=@example1.txt" \
-F "file=@example2.txt" \
Currently I havent access to confluence to check it.