Skip to content

Commit

Permalink
Update API docs for job import
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Apr 21, 2011
1 parent c14393c commit 82c0055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/09-api/01-chapter10.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@ URL:

Method: `POST`

Expected Content-Type: `application/x-www-form-urlencoded`
Expected Content-Type: `application/x-www-form-urlencoded` (**since 1.3**) or `multipart/form-data`

Required Content:

* `xmlBatch`: A `x-www-form-urlencoded` request parameter containing the input file content.
* `xmlBatch`: Either a `x-www-form-urlencoded` request parameter containing the input content (**since 1.3**), or a `multipart/form-data` multipart MIME request part containing the content.

Optional parameters:

Expand Down

0 comments on commit 82c0055

Please sign in to comment.