Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Walker <bwalker@gitlab.com>2018-11-01 02:54:33 +0300
committerBrett Walker <bwalker@gitlab.com>2018-11-01 03:01:04 +0300
commit9b1e49afc111451035dafe1f7e2a2d7bcb57f820 (patch)
treeca44c139b91c197cd6486f684ffd2fbcef121442 /spec/fixtures/api/schemas/issue.json
parenta8869a571b3093004d8777cfe1a3e56a22db0210 (diff)
Rename to assignable_labels_endpoint
Diffstat (limited to 'spec/fixtures/api/schemas/issue.json')
-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": {