Skip to content

Commit

Permalink
[Docs] Fix Upload Project Zip command (azkaban#2364)
Browse files Browse the repository at this point in the history
The old command sometimes returns a "Login error. Need username and password" error
  • Loading branch information
ld000 authored and ypadron-in committed Dec 9, 2019
1 parent df69f3b commit 61204f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ajaxApi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Here's a curl command sample:

.. code-block:: guess
curl -k -i -H "Content-Type: multipart/mixed" -X POST --form 'session.id=e7a29776-5783-49d7-afa0-b0e688096b5e' --form 'ajax=upload' --form '[email protected];type=application/zip' --form 'project=MyProject;type/plain' https://localhost:8443/manager
curl -k -i -X POST --form 'session.id=e7a29776-5783-49d7-afa0-b0e688096b5e' --form 'ajax=upload' --form '[email protected];type=application/zip' --form 'project=MyProject' https://localhost:8443/manager
A response sample:

Expand Down

0 comments on commit 61204f1

Please sign in to comment.