Jump to: navigation, search

Difference between revisions of "Zaqar/specs/api/v1/responsecodes"

(Created page with "initial page")
 
Line 1: Line 1:
initial page
+
'''Create Queue'''
 +
{| class="wikitable"
 +
|-
 +
! Error Scenario !! HTTP Response Code
 +
|-
 +
|Request Body is Empty || 
 +
|-
 +
| Request Body has toplevel field starting with underscore || 
 +
|-
 +
| Request header has missing fields || 
 +
|-
 +
| Request header has invalid auth token || 
 +
|-
 +
| Request header has Accept != "application/json" || 
 +
|-
 +
| Request body is >4KB || 
 +
|-
 +
| Request body has malformed JSON || 
 +
 
 +
|}

Revision as of 15:52, 21 March 2013

Create Queue

Error Scenario HTTP Response Code
Request Body is Empty
Request Body has toplevel field starting with underscore
Request header has missing fields
Request header has invalid auth token
Request header has Accept != "application/json"
Request body is >4KB
Request body has malformed JSON