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:
authorRobert Schilling <rschilling@student.tugraz.at>2017-02-06 16:25:49 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2017-02-07 14:16:00 +0300
commit5985b55769303824f0ce64ae293b0498f2edfc1b (patch)
tree22a07e06188ce4c22cfe5f03cf23f7684cf59306 /doc/api/project_snippets.md
parent96baf2bc4f0f6177badd61e59f5a0434dd12f7ac (diff)
Remove deprecated 'expires_at' from project snippets API
Diffstat (limited to 'doc/api/project_snippets.md')
-rw-r--r--doc/api/project_snippets.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/api/project_snippets.md b/doc/api/project_snippets.md
index c6685f54a9d..404876f6237 100644
--- a/doc/api/project_snippets.md
+++ b/doc/api/project_snippets.md
@@ -51,7 +51,6 @@ Parameters:
"state": "active",
"created_at": "2012-05-23T08:00:58Z"
},
- "expires_at": null,
"updated_at": "2012-06-28T10:52:04Z",
"created_at": "2012-06-28T10:52:04Z",
"web_url": "http://example.com/example/example/snippets/1"