summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-12 08:02:06 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-12 08:02:06 -0800
commitcadbd3f0c1bd53fed7d081ef514833c4030a19da (patch)
treeeaccdbf06fdc9bff2de42a2702d44aa18bcce6bb /doc/api
parent753a2f17c2caed217b6843f9cd3c0edb0a3aa2c0 (diff)
parentef404d8ea62f277ec40d9a0a82c08d389b07b54e (diff)
downloadgitlab-ce-cadbd3f0c1bd53fed7d081ef514833c4030a19da.tar.gz
Merge pull request #6027 from jvanbaarsen/snippet-fix
Removed expiration from snippets
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/project_snippets.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/project_snippets.md b/doc/api/project_snippets.md
index f7b7fc8fbb5..e16e1e84596 100644
--- a/doc/api/project_snippets.md
+++ b/doc/api/project_snippets.md
@@ -57,7 +57,6 @@ Parameters:
+ `id` (required) - The ID of a project
+ `title` (required) - The title of a snippet
+ `file_name` (required) - The name of a snippet file
-+ `lifetime` (optional) - The expiration date of a snippet
+ `code` (required) - The content of a snippet
@@ -75,7 +74,6 @@ Parameters:
+ `snippet_id` (required) - The ID of a project's snippet
+ `title` (optional) - The title of a snippet
+ `file_name` (optional) - The name of a snippet file
-+ `lifetime` (optional) - The expiration date of a snippet
+ `code` (optional) - The content of a snippet