Differences

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

Link to this comparison view

Last revisionBoth sides next revision
api:api_applicants_id_notes [2021/11/17 16:34] – created Lauri Elevantapi:api_applicants_id_notes [2021/11/17 16:34] Lauri Elevant
Line 84: Line 84:
 ===== DELETE ===== ===== DELETE =====
  
-Delete the notes on this offer.+Delete the notes on this applicant card.
  
 ==== Syntax ==== ==== Syntax ====
  
-  DELETE /api/applications/123/offers/321/notes+  DELETE /api/applicants/123/notes
   Host: apply.example.edu   Host: apply.example.edu
   Authorization: DREAM apikey="..."   Authorization: DREAM apikey="..."
Line 101: Line 101:
  
 | ''204 No Content'' | The notes were deleted | | ''204 No Content'' | The notes were deleted |
-| ''404 Not Found'' | Application does not have this offer |