Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
api:api_applications_flags [2014/06/27 10:51] – [POST] Lauri Elevantapi:api_applications_flags [2014/07/23 22:17] Lauri Elevant
Line 16: Line 16:
   Content-Length: 1234   Content-Length: 1234
  
 +==== Response example ====
 +
 +  {
 +    "1": {
 +        "created": "2014-06-20T06:50:15+00:00",
 +        "name": "Will come to the interview"
 +    },
 +    "2": {
 +        "created": "2014-06-20T06:50:15+00:00",
 +        "name": "Interested in accommodation"
 +    },
 +  }
  
 ===== POST ===== ===== POST =====
Line 33: Line 45:
 ==== Parameters ==== ==== Parameters ====
  
 +^ Name ^  ^ Description ^ 
 | ''name'' | **Required** | This text will be displayed on the flag. Up to 32 characters. | | ''name'' | **Required** | This text will be displayed on the flag. Up to 32 characters. |