mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
docs: fix /audit & /insights params (#12043)
This commit is contained in:
4
docs/api/audit.md
generated
4
docs/api/audit.md
generated
@ -6,7 +6,7 @@
|
||||
|
||||
```shell
|
||||
# Example request using curl
|
||||
curl -X GET http://coder-server:8080/api/v2/audit \
|
||||
curl -X GET http://coder-server:8080/api/v2/audit?limit=0 \
|
||||
-H 'Accept: application/json' \
|
||||
-H 'Coder-Session-Token: API_KEY'
|
||||
```
|
||||
@ -18,7 +18,7 @@ curl -X GET http://coder-server:8080/api/v2/audit \
|
||||
| Name | In | Type | Required | Description |
|
||||
| -------- | ----- | ------- | -------- | ------------ |
|
||||
| `q` | query | string | false | Search query |
|
||||
| `limit` | query | integer | false | Page limit |
|
||||
| `limit` | query | integer | true | Page limit |
|
||||
| `offset` | query | integer | false | Page offset |
|
||||
|
||||
### Example responses
|
||||
|
Reference in New Issue
Block a user