Skip to content

wepow:application:status

Andres Freyria edited this page Sep 25, 2013 · 1 revision

wepow:application:status

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.

Actions

PUT

Request

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.

Responses

  • 204: The status update has been attempted.
  • 422: The requested status transition is invalid.