summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-01-05 14:29:37 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-01-05 14:29:37 +0000
commit0788b37fba26ab7113ff4a580d3fb92c926299b7 (patch)
tree60f1c6b649cd1380b2bc1c44c91b708ab6e6f67d /doc/api
parent737f0ae8fdf3bdd23d02da8b7fbfd8e42ba78fdd (diff)
parent78cdac8401375cc85be54ae68e5d94d02a90233c (diff)
downloadgitlab-ce-0788b37fba26ab7113ff4a580d3fb92c926299b7.tar.gz
Merge branch 'api-domains-expose-project_id' into 'master'
Expose project_id on /api/v4/pages/domains See merge request gitlab-org/gitlab-ce!16200
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/pages_domains.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/pages_domains.md b/doc/api/pages_domains.md
index 50685f335f7..20275b902c6 100644
--- a/doc/api/pages_domains.md
+++ b/doc/api/pages_domains.md
@@ -21,6 +21,7 @@ curl --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/a
{
"domain": "ssl.domain.example",
"url": "https://ssl.domain.example",
+ "project_id": 1337,
"certificate": {
"expired": false,
"expiration": "2020-04-12T14:32:00.000Z"