Skip to content

wepow:applications:invitation

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

wepow:applications:invitation

The representation of several applications' candidate invitation statuses. Use this resource to modify the wepow:application:invitation of several applications at the same time.

Actions

POST

Request

The ids of the applications are provided through a URI Template, in the following fashion:

Template:
"wepow:applications:invitation": {
  "templated": true,
  "href": "/hypermedia/applications/{ids}/resend"
}

Example Substitution:
/hypermedia/applications/1,2,3/reset

The above URL would reference the applications with ids 1, 2 and 3.

Responses

  • 204: The invitation emails will be resent for all the non-completed applications.