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:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-01-11 21:40:17 +0400
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2014-01-11 21:40:17 +0400
commitef404d8ea62f277ec40d9a0a82c08d389b07b54e (patch)
treeeaccdbf06fdc9bff2de42a2702d44aa18bcce6bb /doc/api/project_snippets.md
parent2eb1220f6701442660b090fba66c82f8008ee1f6 (diff)
Dropped expiration date from the snippet API
Diffstat (limited to 'doc/api/project_snippets.md')
-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