diff options
Diffstat (limited to 'spec/fixtures/api/schemas/entities/discussion.json')
-rw-r--r-- | spec/fixtures/api/schemas/entities/discussion.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/entities/discussion.json b/spec/fixtures/api/schemas/entities/discussion.json index 45271926547..4af36b5814b 100644 --- a/spec/fixtures/api/schemas/entities/discussion.json +++ b/spec/fixtures/api/schemas/entities/discussion.json @@ -103,6 +103,9 @@ "noteable_type": { "type": "string" }, + "project_id": { + "type": "integer" + }, "resolved": { "type": "boolean" }, @@ -207,4 +210,4 @@ } } } -}
\ No newline at end of file +} |