Commit f6b00316 authored by Mike Jang's avatar Mike Jang

Merge branch 'docs-blunceford-fix-override-version' into 'master'

Documentation: Fix available version for LDAP Override in API docs

See merge request gitlab-org/gitlab!35799
parents 244f799e 597f65e1
...@@ -290,7 +290,7 @@ Example response: ...@@ -290,7 +290,7 @@ Example response:
### Set override flag for a member of a group ### Set override flag for a member of a group
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/4875) in GitLab 12.10. > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/4875) in GitLab 13.0.
By default, the access level of LDAP group members is set to the value specified By default, the access level of LDAP group members is set to the value specified
by LDAP through Group Sync. You can allow access level overrides by calling this endpoint. by LDAP through Group Sync. You can allow access level overrides by calling this endpoint.
...@@ -326,7 +326,7 @@ Example response: ...@@ -326,7 +326,7 @@ Example response:
### Remove override for a member of a group ### Remove override for a member of a group
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/4875) in GitLab 12.10. > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/4875) in GitLab 13.0.
Sets the override flag to false and allows LDAP Group Sync to reset the access Sets the override flag to false and allows LDAP Group Sync to reset the access
level to the LDAP-prescribed value. level to the LDAP-prescribed value.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment