diff options
Diffstat (limited to 'descriptions/api.github.com/dereferenced/api.github.com.deref.yaml')
-rw-r--r-- | descriptions/api.github.com/dereferenced/api.github.com.deref.yaml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index 35f3cafac..29b71b290 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -28015,14 +28015,16 @@ paths: - name: filter description: Filter members returned in the list. `2fa_disabled` means that only members without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) - enabled will be returned. This options is only available for organization - owners. + enabled will be returned. `2fa_insecure` means that only members with [insecure + 2FA methods](https://docs.github.com/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization#requiring-secure-methods-of-two-factor-authentication-in-your-organization) + will be returned. These options are only available for organization owners. in: query required: false schema: type: string enum: - 2fa_disabled + - 2fa_insecure - all default: all - name: role @@ -30304,13 +30306,16 @@ paths: - name: filter description: Filter the list of outside collaborators. `2fa_disabled` means that only outside collaborators without [two-factor authentication](https://github.com/blog/1614-two-factor-authentication) - enabled will be returned. + enabled will be returned. `2fa_insecure` means that only outside collaborators + with [insecure 2FA methods](https://docs.github.com/organizations/keeping-your-organization-secure/managing-two-factor-authentication-for-your-organization/requiring-two-factor-authentication-in-your-organization#requiring-secure-methods-of-two-factor-authentication-in-your-organization) + will be returned. in: query required: false schema: type: string enum: - 2fa_disabled + - 2fa_insecure - all default: all - *17 |