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_id_offers_id_notes [2025/03/28 22:45] – [Response example] Lauriapi:api_applications_id_offers_id_notes [2025/05/26 13:32] (current) Lauri
Line 52: Line 52:
  
  
-===== PATCH =====+===== POST =====
  
-Append some text to existing offer notes, preserving what is already there.+Create a new offer note.
  
 ==== Syntax ==== ==== Syntax ====
  
-  PATCH /api/applications/123/offers/321/notes+  POST /api/applications/123/offers/321/notes
   Host: apply.example.edu   Host: apply.example.edu
   Authorization: DREAM apikey="..."   Authorization: DREAM apikey="..."
 +
 +==== Parameters ====
 +
 +^ Name ^  ^ Description ^ Notes ^
 +| ''colour'' | Optional | Specify the colour of the (sticky) note: ''Yellow'', ''Orange'', ''Salmon'', ''Green'', ''Blue'', ''Violet'' | |
 +| ''color'' | Optional | An alias for ''colour'' | [1] |
 +
 +  * // Note [1]: If both ''colour'' and ''color'' are specified, then ''colour'' is preferred.//
  
 ==== Raw request body ==== ==== Raw request body ====