Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
Update APIV2Description.php
Browse files Browse the repository at this point in the history
  • Loading branch information
jhariani committed Oct 24, 2014
1 parent b21db42 commit dc158c9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/GovTribe/LaravelKinvey/Client/Service/APIV2Description.php
Expand Up @@ -149,6 +149,20 @@
'httpMethod' => 'GET',
'uri' => '/user/{appKey}/_me',
),
'checkUsernameExists' => array(
'extends' => 'authOperation',
'documentationUrl' => 'http://devcenter.kinvey.com/rest/guides/users#userexists',
'httpMethod' => 'POST',
'uri' => '/rpc/{appKey}/check-username-exists',
'parameters' => array(
'username' => array(
'location' => 'json',
'type' => 'string',
'description' => 'Username to check',
'required' => true,
),
),
),
'resetPassword' => array(
'extends' => 'authOperation',
'documentationUrl' => 'http://devcenter.kinvey.com/rest/guides/users#passwordreset',
Expand Down

0 comments on commit dc158c9

Please sign in to comment.