-
Notifications
You must be signed in to change notification settings - Fork 0
wepow:applications:invitation
Andres Freyria edited this page Sep 25, 2013
·
1 revision
The representation of several applications' candidate invitation statuses. Use this resource to modify the wepow:application:invitation of several applications at the same time.
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.
- 204: The invitation emails will be resent for all the non-completed applications.