fix: Remove incorrect line from submission API info web page (#6432)

* Submit can replace

* Empty commit for CI

* revert change to api_submit_info
This commit is contained in:
David Schinazi 2023-10-09 10:15:47 -07:00 committed by GitHub
parent 7dbfc0208a
commit 5e0d1bef0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,6 @@
</p>
<ul>
<li>Only XML-only uploads are supported, not text or combined.</li>
<li>Document replacement information cannot be supplied.</li>
<li>
The server expects <code>multipart/form-data</code>, supported by <code>curl</code> but <b>not</b> by <code>wget</code>.
</li>