Protected packages: Fix documentation for protection rules
requested to merge gitlab-community/gitlab:457512-nwittstruck-fix-protected-packages-documentation into master
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA
What does this MR do and why?
This MR fixes a few small issues in the protected packages documentation:
-
It correctly sets the heading to ##
for thePATCH
endpoint. Previously it was###
, which meant it was grouped underPOST
-
It fixes the path for protected package rules on the index site api_resources.md
-
It adds the PATCH
request type to the list of REST API status codes, since we are using it for protected packages.
Issue: #457512 (closed)
MR acceptance checklist
MR Checklist ( @nwittstruck)
-
Changelog entry added, if necessary -
Documentation created/updated via this MR -
Documentation reviewed by technical writer or follow-up review issue created -
Tests added for this feature/bug -
Tested in all supported browsers -
Conforms to the code review guidelines -
Conforms to the merge request performance guidelines -
Conforms to the style guides -
Conforms to the javascript style guides -
Conforms to the database guides
Screenshots
Related to #457512 (closed)
Edited by Nicholas Wittstruck