diff options
author | Chocobozzz <me@florianbigard.com> | 2022-01-10 09:17:28 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-01-10 10:08:14 +0100 |
commit | 5097cbda4aad10cc60d3dc485dc9e9c3b1eddb17 (patch) | |
tree | 6bdc5137ea0aef943bac9a14b626559dfa0e8954 /support/doc/api/openapi.yaml | |
parent | a5a79d15427372b581e34ac3999c73fc316699d5 (diff) | |
download | PeerTube-5097cbda4aad10cc60d3dc485dc9e9c3b1eddb17.tar.gz PeerTube-5097cbda4aad10cc60d3dc485dc9e9c3b1eddb17.tar.zst PeerTube-5097cbda4aad10cc60d3dc485dc9e9c3b1eddb17.zip |
Add missing password field to update user api doc
Diffstat (limited to 'support/doc/api/openapi.yaml')
-rw-r--r-- | support/doc/api/openapi.yaml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 9bf5024bb..5746d3a47 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -6757,6 +6757,8 @@ components: | |||
6757 | $ref: '#/components/schemas/UserRole' | 6757 | $ref: '#/components/schemas/UserRole' |
6758 | adminFlags: | 6758 | adminFlags: |
6759 | $ref: '#/components/schemas/UserAdminFlags' | 6759 | $ref: '#/components/schemas/UserAdminFlags' |
6760 | password: | ||
6761 | $ref: '#/components/schemas/password' | ||
6760 | UpdateMe: | 6762 | UpdateMe: |
6761 | # see shared/models/users/user-update-me.model.ts: | 6763 | # see shared/models/users/user-update-me.model.ts: |
6762 | properties: | 6764 | properties: |
@@ -7228,13 +7230,13 @@ components: | |||
7228 | - `13` NEW_INSTANCE_FOLLOWER | 7230 | - `13` NEW_INSTANCE_FOLLOWER |
7229 | 7231 | ||
7230 | - `14` AUTO_INSTANCE_FOLLOWING | 7232 | - `14` AUTO_INSTANCE_FOLLOWING |
7231 | 7233 | ||
7232 | - `15` ABUSE_STATE_CHANGE | 7234 | - `15` ABUSE_STATE_CHANGE |
7233 | 7235 | ||
7234 | - `16` ABUSE_NEW_MESSAGE | 7236 | - `16` ABUSE_NEW_MESSAGE |
7235 | 7237 | ||
7236 | - `17` NEW_PLUGIN_VERSION | 7238 | - `17` NEW_PLUGIN_VERSION |
7237 | 7239 | ||
7238 | - `18` NEW_PEERTUBE_VERSION | 7240 | - `18` NEW_PEERTUBE_VERSION |
7239 | read: | 7241 | read: |
7240 | type: boolean | 7242 | type: boolean |