We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86cb1ce commit de7754bCopy full SHA for de7754b
1 file changed
docs/source/upload.rst
@@ -22,3 +22,14 @@ HTTPie example::
22
23
http -f POST http://api-sandbox.openprocurement.org/api/0/tenders/f6882fa63d5141bcabec54a4766eec61/documents file@page.pdf
24
25
+The request itself should look like::
26
+
27
+ POST /api/0.2/tenders/f6882fa63d5141bcabec54a4766eec61/documents HTTP/1.1
28
+ Content-Type: multipart/form-data; boundary=28e02f7d4a3c4da19c4e2589329ad36f
29
+ Host: api-sandbox.openprocurement.org
30
31
+ --28e02f7d4a3c4da19c4e2589329ad36f
32
+ Content-Disposition: form-data; name="file"; filename="page.pdf"
33
34
+ ..Contents of PDF goes here...
35
+ --28e02f7d4a3c4da19c4e2589329ad36f--
0 commit comments