Application defrosting

Represents a resource that allows defrosting an application.

URI
/api/v9/applications/ID/unfreeze

POST Unfreeze an application

Unfreeze the application data to allow further changes by the applicant.

When an application is defrosted, the existing scores on the scoresheets to which the application is added are also defrosted and can be edited by the applicant.

To record the action, DreamApply creates the Application was defrosted journal event.

Syntax
POST /api/v9/applications/123/unfreeze
Host: apply.example.edu
Authorization: DREAM apikey="..."

Example request

Request
curl
curl \
  -X POST \
  -H "Authorization: DREAM apikey=\"YOUR-API-KEY\"" \
  "https://apply.example.edu/api/v9/applications/123/unfreeze"

Response codes

Response codeDescription
201 CreatedThe application was successfully defrosted
404 Not FoundThe application was not found