first commit
This commit is contained in:
28
mpc/docs/admin-user-api.md
Normal file
28
mpc/docs/admin-user-api.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# Admin User Management API
|
||||
|
||||
Bu doküman admin panel için kullanıcı yönetimi endpointlerini açıklar.
|
||||
|
||||
## Base Path
|
||||
`/admin/users`
|
||||
|
||||
## Endpointler
|
||||
|
||||
### 1. Kullanıcı Listesi
|
||||
`GET /admin/users`
|
||||
|
||||
#### Query Params
|
||||
- `page` (optional)
|
||||
- `limit` (optional)
|
||||
- `search` (optional)
|
||||
- `status` (optional)
|
||||
|
||||
#### Response
|
||||
```json
|
||||
{
|
||||
"data": [],
|
||||
"pagination": {
|
||||
"page": 1,
|
||||
"limit": 10,
|
||||
"total": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user