Skip to content

Update API for groups to allow ip_restriction_ranges

What does this MR do and why?

Resolves #351493 (closed)

Screenshots or screen recordings

Update ip restriction range for a group

(Screenshot_2022-08-26_at_10.48.08_PM)

Clear ip restriction range for a group

Screenshot_2022-08-26_at_10.48.30_PM

How to set up and validate locally

Curl command

curl --location --request PUT 'https://gdk.test:3443/api/v4/groups/84/' \
--header 'PRIVATE-TOKEN: <ACCESS_TOKEN>' \
--form 'ip_restriction_ranges="Any IP range"'                       
Edited by Smriti Garg

Merge request reports