The payloads consumed and produced by the API are strictly JSON encoded data or HTTP query parameters. To reflect this, you must provide application/json
in the Content-Type
HTTP header for most POST
and PUT
calls.
The payloads consumed and produced by the API are strictly JSON encoded data or HTTP query parameters. To reflect this, you must provide application/json
in the Content-Type
HTTP header for most POST
and PUT
calls.