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

Commit

Permalink
Merge pull request #14 from Remo/patch-1
Browse files Browse the repository at this point in the history
fix typo in readme
  • Loading branch information
daverogers authored Feb 21, 2017
2 parents 84fce36 + b714262 commit 9e49e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ When the request goes through successfully you should get this returned:

| Name | Type | Description
| ----------- | :------------: | :---------------------------------------
| `serverid` | `string` | **Required**. The id of the Server.
| `password` | `string` | The password of the System User. If user has no password, they will not be able to log in with a password. No leading or trailing whitespace is allowed and the password must be at least 8 and no more than 200 characters long.
| `sysuserid` | `string` | **Required**. The id of the System User.
| `password` | `string` | The password of the System User. If user has no password, they will not be able to log in with a password. No leading or trailing whitespace is allowed and the password must be at least 8 and no more than 200 characters long.

Every parameter except for app id is optional (meaning that by providing `null` nothing will be changed).

Expand Down

0 comments on commit 9e49e6a

Please sign in to comment.