Docs feedback - Allow API access to set protected tags group_id

Problem to solve

As a gitlab project owner (non-admin) of many gitlab projects, I want the ability to configure protected tags permissions to specific groups using the Gitlab API.

Intended users

Available Tier

What does success look like, and how can we measure that?

An API request such as

curl --request POST --header "PRIVATE-TOKEN: <redacted>" "https://gitlab.us.lmco.com/api/v4/projects/1234/protected_tags?name=*/de/*&group_id=5678"
{"name":"*/de/*","create_access_levels":[{"access_level":40,"access_level_description":"Maintainers","user_id":null,"group_id":null}]}

Would result in protected tag mapped to the given group-id

What is the type of buyer?

Is this a cross-stage feature?

Links / references