Skip to content

Commit

Permalink
#601: adjusted format off http call to reflect the post json payload
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Letter committed Mar 15, 2016
1 parent e34acf4 commit b79716b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/POST-Model-Arrayset-Data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ POST Model Arrayset Data

.. sourcecode:: http

POST /models/6706e78890884845b6c709572a140681/arraysets/foo/data?hyperchunks=0/1/...&byteorder=little HTTP/1.1
POST /models/6706e78890884845b6c709572a140681/arraysets/foo/dataH TTP/1.1
json: {
hyperchunks=0/1/...,
byteorder=little
}
Host: localhost:8093
Authorization: Basic c2x5Y2F0OnNseWNhdA==
Accept-Encoding: gzip, deflate, compress
Expand Down

0 comments on commit b79716b

Please sign in to comment.