Skip to content

Allow all snippets to be accessed by API

What does this MR do?

Previously, you could only access snippets via /api/v4/snippets/:id[/raw] if you had authored them. The documentation doesn't state that this is the case, and it's quite surprising.

More surprising is that all these API endpoints allow access to project, as well as personal, snippets - I haven't changed that, but it's perhaps something we should change in the future.

What are the relevant issue numbers?

Closes #41888 (closed)

Does this MR meet the acceptance criteria?

Edited by 🤖 GitLab Bot 🤖

Merge request reports