From befa7a9c170327ecc4ce698f416450dc3542942c Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Wed, 9 Mar 2016 13:25:39 -0500 Subject: Don't remove `ProjectSnippet#expires_at` from API See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3103 This partially reverts commit 836d5930332797192094ce4a3c8083e96f7e8c53. --- doc/api/notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/api/notes.md') 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" } -- cgit v1.2.1