Commit b8dd1425 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'patch-28' into 'master'

Documented Response of /wikis/home should be a wiki object and not an array

See merge request gitlab-org/gitlab-ce!23263
parents eb3683fa b13b31ab
......@@ -65,14 +65,12 @@ curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/a
Example response:
```json
[
{
"content" : "home page",
"format" : "markdown",
"slug" : "home",
"title" : "home"
}
]
{
"content" : "home page",
"format" : "markdown",
"slug" : "home",
"title" : "home"
}
```
## Create a new wiki page
......
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