summaryrefslogtreecommitdiff
path: root/spec/fixtures/api
diff options
context:
space:
mode:
authorBrett Walker <bwalker@gitlab.com>2018-10-31 18:54:33 -0500
committerBrett Walker <bwalker@gitlab.com>2018-10-31 19:01:04 -0500
commit9b1e49afc111451035dafe1f7e2a2d7bcb57f820 (patch)
treeca44c139b91c197cd6486f684ffd2fbcef121442 /spec/fixtures/api
parenta8869a571b3093004d8777cfe1a3e56a22db0210 (diff)
downloadgitlab-ce-9b1e49afc111451035dafe1f7e2a2d7bcb57f820.tar.gz
Rename to assignable_labels_endpoint51620-cannot-add-label-to-issue-from-board
Diffstat (limited to 'spec/fixtures/api')
-rw-r--r--spec/fixtures/api/schemas/issue.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/issue.json b/spec/fixtures/api/schemas/issue.json
index 28f11115428..4878df43d28 100644
--- a/spec/fixtures/api/schemas/issue.json
+++ b/spec/fixtures/api/schemas/issue.json
@@ -15,7 +15,7 @@
"relative_position": { "type": "integer" },
"issue_sidebar_endpoint": { "type": "string" },
"toggle_subscription_endpoint": { "type": "string" },
- "valid_labels_endpoint": { "type": "string" },
+ "assignable_labels_endpoint": { "type": "string" },
"reference_path": { "type": "string" },
"real_path": { "type": "string" },
"project": {