From 87bc8f334761d8e398c8782888a5479bcbadf2a2 Mon Sep 17 00:00:00 2001 From: Alexey kondratenko <54313662+alexeykondratenko@users.noreply.github.com> Date: Mon, 7 Feb 2022 12:17:50 +0300 Subject: [PATCH] Minor: Add 'no_password' field in Agent's Export and into User response. RD-21073 (#70) * Minor: Add 'no_password' field in Agent's Export. RD-21073 * Minor: Add 'no_password' field in API. RD-21073 --- docs/digital/exports/main-export-fields.md | 1 + specs/engage-digital_openapi3.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/digital/exports/main-export-fields.md b/docs/digital/exports/main-export-fields.md index dcf90dd0..9075467d 100644 --- a/docs/digital/exports/main-export-fields.md +++ b/docs/digital/exports/main-export-fields.md @@ -463,6 +463,7 @@ Export of all categories for a source or all sources | foreign_jwt_id | Foreign JWT ID | String | | | foreign_saml_id | Foreign SAML ID | String | | | enabled | Enabled | Boolean | | +| no_password | No password | Boolean | | ## Agents Notifications(`Export::UsersNotifications`) diff --git a/specs/engage-digital_openapi3.yaml b/specs/engage-digital_openapi3.yaml index 0aa223d2..0c0ff245 100644 --- a/specs/engage-digital_openapi3.yaml +++ b/specs/engage-digital_openapi3.yaml @@ -8647,6 +8647,8 @@ components: type: string user_capacity_id: type: string + no_password: + type: boolean required: - id UserSignature: