aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/api')
-rw-r--r--support/doc/api/embeds.md2
-rw-r--r--support/doc/api/openapi.yaml4
2 files changed, 3 insertions, 3 deletions
diff --git a/support/doc/api/embeds.md b/support/doc/api/embeds.md
index fd5507e38..989c8e98e 100644
--- a/support/doc/api/embeds.md
+++ b/support/doc/api/embeds.md
@@ -20,7 +20,7 @@ yarn add @peertube/embed-api
20Now just use the `PeerTubePlayer` class exported by the module: 20Now just use the `PeerTubePlayer` class exported by the module:
21 21
22```typescript 22```typescript
23import { PeerTubePlayer } from '@peertube/embed-api' 23import { PeerTubePlayer } from '@peertube/embed-api.js'
24 24
25... 25...
26``` 26```
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'