Skip to content

Commit

Permalink
Merge pull request #1 from lordprime/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
morpheuslord committed Dec 21, 2022
2 parents b6bf37f + 81a1c33 commit 9335bf3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is a implementation for our college PCL project which is still under develo

#### Get all items

```
```url
GET /api/p1/{username}:{password}/{target}
GET /api/p2/{username}:{password}/{target}
GET /api/p3/{username}:{password}/{target}
Expand All @@ -26,7 +26,7 @@ This is a implementation for our college PCL project which is still under develo

#### Get item

```
```url
GET /api/p1/
GET /api/p2/
GET /api/p3/
Expand All @@ -45,13 +45,15 @@ This is a implementation for our college PCL project which is still under develo

#### Auth and User management

```
```url
POST /adduser/{admin-username}:{admin-passwd}/{id}/{username}/{passwd}
POST /deluser/{admin-username}:{admin-passwd}/{t-username}/{t-userpass}
POST /altusername/{admin-username}:{admin-passwd}/{t-user-id}/{new-t-username}
POST /altuserid/{admin-username}:{admin-passwd}/{new-t-user-id}/{t-username}
POST /altpassword/{admin-username}:{admin-passwd}/{t-username}/{new-t-userpass}
```
* make sure you use the ADMIN CREDS MENTIONED BELOW

| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
|`admin-username`|`String`|Admin username|
Expand Down

0 comments on commit 9335bf3

Please sign in to comment.