-
Notifications
You must be signed in to change notification settings - Fork 0
wepow:application:status
Andres Freyria edited this page Sep 25, 2013
·
1 revision
The representation of an application's status. Use this resource to modify the status (when applicable) of an application; for example, to reset an application that is in_progress
to the new
state, destroying all the existing answers and allowing the candidate the start from zero.
To change the status, send the following:
status : 'new'
Currently the only transition possible is to new
status when the application can be reset, which is signaled by the presence of this resource.
- 204: The status update has been attempted.
- 422: The requested status transition is invalid.