Skip to content

Commit

Permalink
Minor: Add 'no_password' field in Agent's Export and into User respon…
Browse files Browse the repository at this point in the history
…se. RD-21073 (#70)

* Minor: Add 'no_password' field in Agent's Export. RD-21073

* Minor: Add 'no_password' field in API. RD-21073
  • Loading branch information
Alexey kondratenko authored Feb 7, 2022
1 parent 01e14f6 commit 87bc8f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/digital/exports/main-export-fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)

Expand Down
2 changes: 2 additions & 0 deletions specs/engage-digital_openapi3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8647,6 +8647,8 @@ components:
type: string
user_capacity_id:
type: string
no_password:
type: boolean
required:
- id
UserSignature:
Expand Down

0 comments on commit 87bc8f3

Please sign in to comment.