fix docs
This commit is contained in:
parent
5540425ad3
commit
47e17fe12a
2 changed files with 6 additions and 2 deletions
|
@ -967,6 +967,8 @@ Comments are done via the [notes](notes.md) resource.
|
|||
|
||||
## Get user agent details
|
||||
|
||||
Available only for admins.
|
||||
|
||||
```
|
||||
GET /projects/:id/issues/:issue_iid/user_agent_detail
|
||||
```
|
||||
|
@ -986,6 +988,6 @@ Example response:
|
|||
{
|
||||
"user_agent": "AppleWebKit/537.36",
|
||||
"ip_address": "127.0.0.1",
|
||||
"submitted": false,
|
||||
"submitted": false
|
||||
}
|
||||
```
|
||||
|
|
|
@ -237,6 +237,8 @@ Example response:
|
|||
|
||||
## Get user agent details
|
||||
|
||||
Available only for admins.
|
||||
|
||||
```
|
||||
GET /snippets/:id/user_agent_detail
|
||||
```
|
||||
|
@ -255,6 +257,6 @@ Example response:
|
|||
{
|
||||
"user_agent": "AppleWebKit/537.36",
|
||||
"ip_address": "127.0.0.1",
|
||||
"submitted": false,
|
||||
"submitted": false
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue