Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2017-07-06 16:19:14 +0300
committerJames Lopez <james@jameslopez.es>2017-07-06 16:27:49 +0300
commit2aa95aa0185c94aefd6e51a35c62650d75d3c8b6 (patch)
treeb1f7811bab8da709de2f5d6f26fb6c47e1840813 /doc/api
parent47e17fe12ad009656f0b20469f930d1aa0e742e6 (diff)
refactor code based on feedback
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/issues.md2
-rw-r--r--doc/api/snippets.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/issues.md b/doc/api/issues.md
index 067934bd480..a00a63bad4b 100644
--- a/doc/api/issues.md
+++ b/doc/api/issues.md
@@ -988,6 +988,6 @@ Example response:
{
"user_agent": "AppleWebKit/537.36",
"ip_address": "127.0.0.1",
- "submitted": false
+ "akismet_submitted": false
}
```
diff --git a/doc/api/snippets.md b/doc/api/snippets.md
index 39d099f0470..ea66aa552a7 100644
--- a/doc/api/snippets.md
+++ b/doc/api/snippets.md
@@ -257,6 +257,6 @@ Example response:
{
"user_agent": "AppleWebKit/537.36",
"ip_address": "127.0.0.1",
- "submitted": false
+ "akismet_submitted": false
}
```