diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-03-09 09:02:17 +0000 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-03-09 09:02:17 +0000 |
| commit | bc14d81af02f2b433692edbfc93db6fc7a31fa67 (patch) | |
| tree | 16fdf914e3c8b93671986bf31bd9dea0f9a001a6 /doc/api | |
| parent | c674ffe0e045e46fd0f2754b77b1042444d95388 (diff) | |
| parent | 836d5930332797192094ce4a3c8083e96f7e8c53 (diff) | |
| download | gitlab-ce-bc14d81af02f2b433692edbfc93db6fc7a31fa67.tar.gz | |
Merge branch 'rs-snippets-dont-expire' into 'master'
Remove `Snippet#expires_at`
This was removed from the interface in
https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation
lingered around for two years.
See merge request !3103
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/notes.md | 1 | ||||
| -rw-r--r-- | doc/api/project_snippets.md | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/doc/api/notes.md b/doc/api/notes.md index d4d63e825ab..85d4f0bafa2 100644 --- a/doc/api/notes.md +++ b/doc/api/notes.md @@ -145,7 +145,6 @@ Parameters: "state": "active", "created_at": "2013-09-30T13:46:01Z" }, - "expires_at": null, "updated_at": "2013-10-02T07:34:20Z", "created_at": "2013-10-02T07:34:20Z" } diff --git a/doc/api/project_snippets.md b/doc/api/project_snippets.md index a7acf37b5bc..fb802102e3a 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" } |
