diff options
| author | Robert Speicher <robert@gitlab.com> | 2016-03-14 15:55:05 +0000 |
|---|---|---|
| committer | Robert Speicher <robert@gitlab.com> | 2016-03-14 15:55:05 +0000 |
| commit | 1421fa962ef9aaae6b5756054644606f3543ccce (patch) | |
| tree | e20f0a7fa7310b164d45b6df3a809e8dec8ad12a /doc/api/notes.md | |
| parent | 9c3643046b40e66a7754aabe2513ccdee292a4ef (diff) | |
| parent | befa7a9c170327ecc4ce698f416450dc3542942c (diff) | |
| download | gitlab-ce-1421fa962ef9aaae6b5756054644606f3543ccce.tar.gz | |
Merge branch 'rs-snippet-expires-api' into 'master'
Don't remove `ProjectSnippet#expires_at` from API
See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3103
This partially reverts commit 836d5930332797192094ce4a3c8083e96f7e8c53.
See merge request !3144
Diffstat (limited to 'doc/api/notes.md')
| -rw-r--r-- | doc/api/notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/notes.md b/doc/api/notes.md index 85d4f0bafa2..d4d63e825ab 100644 --- a/doc/api/notes.md +++ b/doc/api/notes.md @@ -145,6 +145,7 @@ 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" } |
