all repos — caroster @ b26090b70de52e2d40c899bcc021e10b504a7018

[Octree] Group carpool to your event https://caroster.io

extensions/users-permissions/config/routes.json (view raw)

 1{
 2  "routes": [
 3    {
 4      "method": "PUT",
 5      "path": "/users/me",
 6      "handler": "CarosterUser.update",
 7      
 8      "config": {
 9        "policies": ["plugins::users-permissions.setme"],
10        "prefix": "",
11        "description": "Update an existing user",
12        "tag": {
13          "plugin": "users-permissions",
14          "name": "User",
15          "actionType": "update"
16        }
17      }
18    }
19  ]
20}