aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api/openapi.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/api/openapi.yaml')
-rw-r--r--support/doc/api/openapi.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml
index 0cbc58678..5d54a7a51 100644
--- a/support/doc/api/openapi.yaml
+++ b/support/doc/api/openapi.yaml
@@ -53,7 +53,7 @@ info:
53 } 53 }
54 ``` 54 ```
55 55
56 We provide error `type` values for [a growing number of cases](https://github.com/Chocobozzz/PeerTube/blob/develop/shared/models/server/server-error-code.enum.ts), 56 We provide error `type` values for [a growing number of cases](https://github.com/Chocobozzz/PeerTube/blob/develop/packages/models/server/server-error-code.enum.ts),
57 but it is still optional. Types are used to disambiguate errors that bear the same status code 57 but it is still optional. Types are used to disambiguate errors that bear the same status code
58 and are non-obvious: 58 and are non-obvious:
59 59
@@ -8752,7 +8752,7 @@ components:
8752 password: 8752 password:
8753 $ref: '#/components/schemas/password' 8753 $ref: '#/components/schemas/password'
8754 UpdateMe: 8754 UpdateMe:
8755 # see shared/models/users/user-update-me.model.ts: 8755 # see packages/models/users/user-update-me.model.ts:
8756 properties: 8756 properties:
8757 password: 8757 password:
8758 $ref: '#/components/schemas/password' 8758 $ref: '#/components/schemas/password'