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
diff options
context:
space:
mode:
authorLuc Didry <luc@didry.org>2018-01-03 19:32:34 +0300
committerLuc Didry <luc@didry.org>2018-01-03 21:36:54 +0300
commit78cdac8401375cc85be54ae68e5d94d02a90233c (patch)
tree31d15b47a233c557d7299452ad7e39dd48d9f8b9 /doc/api/pages_domains.md
parente5a9b9a14d32d890dea20403c977dfd569eb3e17 (diff)
Expose project_id on /api/v4/pages/domains
Diffstat (limited to 'doc/api/pages_domains.md')
-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"