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
api:api_applications_flags [2014/06/27 10:51] – [POST] Lauri Elevantapi:api_applications_flags [2021/01/21 12:51] (current) – external edit 127.0.0.1
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. |