diff options
author | Oswaldo Ferreira <oswaldo@gitlab.com> | 2017-11-13 21:36:18 -0200 |
---|---|---|
committer | Oswaldo Ferreira <oswaldo@gitlab.com> | 2017-11-20 12:38:53 -0200 |
commit | d2699aea57eaef6adee25bb453a6096b80dda28f (patch) | |
tree | be2ea704731ce5b7126271afa38f53d4f0c6e7e9 /spec/fixtures/api/schemas/issue.json | |
parent | bd026b6a28ac410ad455b7b915cafc9782296b6b (diff) | |
download | gitlab-ce-d2699aea57eaef6adee25bb453a6096b80dda28f.tar.gz |
Add issue sidebar and toggle_subscription endpoint in board issues data
Diffstat (limited to 'spec/fixtures/api/schemas/issue.json')
-rw-r--r-- | spec/fixtures/api/schemas/issue.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/issue.json b/spec/fixtures/api/schemas/issue.json index a55ecaa5697..b579e32c9aa 100644 --- a/spec/fixtures/api/schemas/issue.json +++ b/spec/fixtures/api/schemas/issue.json @@ -13,6 +13,8 @@ "confidential": { "type": "boolean" }, "due_date": { "type": ["date", "null"] }, "relative_position": { "type": "integer" }, + "issue_sidebar_endpoint": { "type": "string" }, + "toggle_subscription_endpoint": { "type": "string" }, "project": { "id": { "type": "integer" }, "path": { "type": "string" } |