diff options
| author | spiderr <spiderr@bitweaver.org> | 2020-02-15 23:04:52 -0500 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2020-02-15 23:04:52 -0500 |
| commit | 920f00d4745766f26f67d8c648d6d72a155b3b64 (patch) | |
| tree | a3028226f3be6c122259e8a88962358da60a7971 /admin | |
| parent | e8c98a323486e3ca1ab9157683d3bdbc96096f49 (diff) | |
| download | users-920f00d4745766f26f67d8c648d6d72a155b3b64.tar.gz users-920f00d4745766f26f67d8c648d6d72a155b3b64.tar.bz2 users-920f00d4745766f26f67d8c648d6d72a155b3b64.zip | |
add missing typo in api help
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/api_help_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/api_help_inc.php b/admin/api_help_inc.php index e3ea27c..1fb1093 100644 --- a/admin/api_help_inc.php +++ b/admin/api_help_inc.php @@ -4,7 +4,7 @@ global $gApiHelp, $gBitUser, $gBitSystem; $gApiHelp['User Registration'] = array( 'Request Methods' => array( - 'method' => 'POST '.API_PKG_URI.'users/register' + 'method' => 'POST '.API_PKG_URI.'users/register', 'help' => '', 'parameters' => array( 'POST '.API_PKG_URI.'users' => 'POST can be used for creation *and* updating existing user objects', |
