Skip to content

Resolve "Change incorrect Entity in Snippet API"

Vijay Hawoldar requested to merge vij-change-incorrect-snippet-entity into master

What does this MR do?

Updates the Snippet API for GET /snippets to use Entities::Snippet instead of Entities::PersonalSnippet.

The endpoint returns both Personal and Project Snippets, so this entity is incorrect.

Blocked by !29776 (merged) which will move the raw_url to the base entity.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Relates #215012 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports