Differences

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

Link to this comparison view

Next revision
Previous revision
api:api_applications_id_tasks_id_status [2016/05/06 11:47] – created Safak Samilogluapi:api_applications_id_tasks_id_status [2021/01/21 12:51] (current) – external edit 127.0.0.1
Line 39: Line 39:
   Host: apply.example.edu   Host: apply.example.edu
   Authorization: DREAM apikey="..."   Authorization: DREAM apikey="..."
-   
-==== Parameters ==== 
- 
-^ Name ^  ^ Description ^  
-| ''status'' | **Required** | This text will be set as the status of the application task. Up to 50 characters. | 
  
 ==== Raw request body ==== ==== Raw request body ====
 +
 +This text will be set as the status of the application task. Up to 50 characters.
  
   "This is an example status of a task."   "This is an example status of a task."
Line 57: Line 54:
  
 | ''200 OK'' | Status was successfully set | | ''200 OK'' | Status was successfully set |
-| ''400 OK'' | Invalid status |+| ''400 Bad Request'' | Invalid status |
 | ''400 Bad Request'' | Invalid status. Please make sure that status is a valid JSON string with quotes | | ''400 Bad Request'' | Invalid status. Please make sure that status is a valid JSON string with quotes |
 | ''404 Not Found'' | Application does not have this task | | ''404 Not Found'' | Application does not have this task |