Add support for creating a user using the API

This commit is contained in:
Dane Everitt 2016-01-12 23:43:33 -05:00
parent 3114c1f73e
commit 695728295a
5 changed files with 122 additions and 20 deletions

View file

@ -115,7 +115,7 @@ class AuthController extends BaseController
* @Post("/validate")
* @Versions({"v1"})
* @Request(headers={"Authorization": "Bearer <jwt-token>"})
* @Response(204);
* @Response(204)
*/
public function postValidate(Request $request) {
return $this->response->noContent();