-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch '62322-add-optional-id-to-label-api-put-delete-pd' into 'master'
Add label_id parameter to label API for PUT and DELETE Closes #62322 See merge request gitlab-org/gitlab-ce!31804
No related branches found
No related tags found
Showing
- changelogs/unreleased/62322-add-optional-id-to-label-api-put-delete-pd.yml 5 additions, 0 deletions...ased/62322-add-optional-id-to-label-api-put-delete-pd.yml
- doc/api/labels.md 5 additions, 3 deletionsdoc/api/labels.md
- lib/api/helpers/label_helpers.rb 22 additions, 10 deletionslib/api/helpers/label_helpers.rb
- lib/api/labels.rb 6 additions, 2 deletionslib/api/labels.rb
- spec/lib/api/helpers/label_helpers_spec.rb 33 additions, 0 deletionsspec/lib/api/helpers/label_helpers_spec.rb
- spec/requests/api/labels_spec.rb 214 additions, 122 deletionsspec/requests/api/labels_spec.rb
spec/lib/api/helpers/label_helpers_spec.rb
0 → 100644
Please register or sign in to comment