Commit 47e17fe1 authored by James Lopez's avatar James Lopez

fix docs

parent 5540425a
...@@ -967,6 +967,8 @@ Comments are done via the [notes](notes.md) resource. ...@@ -967,6 +967,8 @@ Comments are done via the [notes](notes.md) resource.
## Get user agent details ## Get user agent details
Available only for admins.
``` ```
GET /projects/:id/issues/:issue_iid/user_agent_detail GET /projects/:id/issues/:issue_iid/user_agent_detail
``` ```
...@@ -986,6 +988,6 @@ Example response: ...@@ -986,6 +988,6 @@ Example response:
{ {
"user_agent": "AppleWebKit/537.36", "user_agent": "AppleWebKit/537.36",
"ip_address": "127.0.0.1", "ip_address": "127.0.0.1",
"submitted": false, "submitted": false
} }
``` ```
...@@ -237,6 +237,8 @@ Example response: ...@@ -237,6 +237,8 @@ Example response:
## Get user agent details ## Get user agent details
Available only for admins.
``` ```
GET /snippets/:id/user_agent_detail GET /snippets/:id/user_agent_detail
``` ```
...@@ -255,6 +257,6 @@ Example response: ...@@ -255,6 +257,6 @@ Example response:
{ {
"user_agent": "AppleWebKit/537.36", "user_agent": "AppleWebKit/537.36",
"ip_address": "127.0.0.1", "ip_address": "127.0.0.1",
"submitted": false, "submitted": false
} }
``` ```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment