Created Api (markdown)
parent
91176ed232
commit
091cf64abe
|
@ -0,0 +1,25 @@
|
||||||
|
# Clients
|
||||||
|
|
||||||
|
`/api/clients`
|
||||||
|
|
||||||
|
## GET /api/clients
|
||||||
|
|
||||||
|
*Note:* This method will return different information depending on whether or not the authorized user is an administrator.
|
||||||
|
|
||||||
|
## POST /api/clients
|
||||||
|
|
||||||
|
## GET /api/clients/{id}
|
||||||
|
|
||||||
|
*Note:* This method will return different information depending on whether or not the authorized user is an administrator.
|
||||||
|
|
||||||
|
## PUT /api/clients/{id}
|
||||||
|
|
||||||
|
## DELETE /api/clients/{id}
|
||||||
|
|
||||||
|
# Whitelists
|
||||||
|
|
||||||
|
# Blacklists
|
||||||
|
|
||||||
|
# System Scopes
|
||||||
|
|
||||||
|
# User Site Approvals
|
Loading…
Reference in New Issue