Skip to content

Commit

Permalink
[#8] Update User Add Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vdennis committed Dec 7, 2020
1 parent 506c5c8 commit 55fee72
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions doc/users.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Key | Value
--- | ---
Content-Type | application/json
Accept | application/json
Email | application/json
Email | [email protected]

### Request Payloads
Name | Type | Example Value
Expand All @@ -36,7 +36,6 @@ kios_id | string | 5fb5e626-65ac-473d-af2c-3ff2cf944ef7
{
"name" : "dennis",
"username" : "vdennis",
"password" : "cdcgi2020",
"email" : "[email protected]",
"type_akses" : "4",
"company_id" : "5fb5df66-5f80-416d-a055-401bcf944ef7",
Expand Down Expand Up @@ -253,8 +252,7 @@ Request Payload
```
{
"name": "dennis",
"username": "vdennis",
"password": "Cdcgi2020!"
"username": "vdennis"
}
```

Expand All @@ -276,7 +274,6 @@ Request Payload
{
"name": "dennis",
"username": "vdennis",
"password": "Cdcgi2020!",
"email": ""
}
```
Expand All @@ -299,7 +296,6 @@ Request Payload
{
"name": "dennis",
"username": "vdennis",
"password": "Cdcgi2020!",
"email": "[email protected]"
}
```
Expand All @@ -322,7 +318,6 @@ Request Payload
{
"name": "dennis",
"username": "vdennis",
"password": "Cdcgi2020!",
"email": "[email protected]"
}
```
Expand All @@ -345,7 +340,6 @@ Request Payload
{
"name": "dennis",
"username": "vdennis",
"password": "Cdcgi2020!",
"email": "[email protected]",
"type_akses": ""
}
Expand All @@ -369,7 +363,6 @@ Request Payload
{
"name": "dennis",
"username": "vdennis",
"password": "Cdcgi2020!",
"email": "[email protected]",
"type_akses": "a"
}
Expand All @@ -393,7 +386,6 @@ Request Payload
{
"name": "dennis",
"username": "vdennis",
"password": "Cdcgi2020!",
"email": "[email protected]",
"type_akses": "1"
}
Expand All @@ -417,7 +409,6 @@ Request Payload
{
"name": "dennis",
"username": "vdennis",
"password": "Cdcgi2020!",
"email": "[email protected]",
"type_akses": "1",
"company_id": ""
Expand All @@ -442,7 +433,6 @@ Request Payload
{
"name": "dennis",
"username": "vdennis",
"password": "Cdcgi2020!",
"email": "[email protected]",
"type_akses": "1",
"company_id": "test"
Expand All @@ -467,7 +457,6 @@ Request Payload
{
"name": "dennis",
"username": "vdennis",
"password": "Cdcgi2020!",
"email": "[email protected]",
"type_akses": "2"
}
Expand All @@ -491,7 +480,6 @@ Request Payload
{
"name": "dennis",
"username": "vdennis",
"password": "Cdcgi2020!",
"email": "[email protected]",
"type_akses": "2",
"region_id": ""
Expand All @@ -516,7 +504,6 @@ Request Payload
{
"name": "dennis",
"username": "vdennis",
"password": "Cdcgi2020!",
"email": "[email protected]",
"type_akses": "2",
"company_id": "5fb5df66-5f80-416d-a055-401bcf944ef7",
Expand All @@ -542,7 +529,6 @@ Request Payload
{
"name": "dennis",
"username": "vdennis",
"password": "Cdcgi2020!",
"email": "[email protected]",
"type_akses": "3",
"company_id": "5fb5df66-5f80-416d-a055-401bcf944ef7"
Expand All @@ -567,7 +553,6 @@ Request Payload
{
"name": "dennis",
"username": "vdennis",
"password": "Cdcgi2020!",
"email": "[email protected]",
"type_akses": "3",
"company_id": "5fb5df66-5f80-416d-a055-401bcf944ef7",
Expand All @@ -593,7 +578,6 @@ Request Payload
{
"name": "dennis",
"username": "vdennis",
"password": "Cdcgi2020!",
"email": "[email protected]",
"type_akses": "3",
"company_id": "5fb5df66-5f80-416d-a055-401bcf944ef7",
Expand All @@ -619,7 +603,6 @@ Request Payload
{
"name": "dennis",
"username": "vdennis",
"password": "Cdcgi2020!",
"email": "[email protected]",
"type_akses": "4",
"company_id": "5fb5df66-5f80-416d-a055-401bcf944ef7",
Expand All @@ -645,7 +628,6 @@ Request Payload
{
"name": "dennis",
"username": "vdennis",
"password": "Cdcgi2020!",
"email": "[email protected]",
"type_akses": "4",
"company_id": "5fb5df66-5f80-416d-a055-401bcf944ef7",
Expand Down

0 comments on commit 55fee72

Please sign in to comment.