aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api/quickstart.md
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2018-11-19 22:07:29 +0100
committerRigel Kent <sendmemail@rigelk.eu>2018-11-19 22:07:38 +0100
commit65f02679303bbf7beebe222eff3ad9394fe23fea (patch)
tree4455436bc039f8e836ff57afc4c0b6dc265aae87 /support/doc/api/quickstart.md
parentd175a6f7ab9dd53e36f9f52769ac02dbfdc57e3e (diff)
downloadPeerTube-65f02679303bbf7beebe222eff3ad9394fe23fea.tar.gz
PeerTube-65f02679303bbf7beebe222eff3ad9394fe23fea.tar.zst
PeerTube-65f02679303bbf7beebe222eff3ad9394fe23fea.zip
fix rest api quickstart and specify values in openapi spec
Diffstat (limited to 'support/doc/api/quickstart.md')
-rw-r--r--support/doc/api/quickstart.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/api/quickstart.md b/support/doc/api/quickstart.md
index 844248a7f..6c19b59ee 100644
--- a/support/doc/api/quickstart.md
+++ b/support/doc/api/quickstart.md
@@ -43,7 +43,7 @@ Response example:
43Just use the `access_token` in the `Authorization` header: 43Just use the `access_token` in the `Authorization` header:
44 44
45``` 45```
46$ curl -H 'Authorization: Bearer 90286a0bdf0f7315d9d3fe8dabf9e1d2be9c97d0' https://peertube.example.com/api/v1/jobs/complete 46$ curl -H 'Authorization: Bearer 90286a0bdf0f7315d9d3fe8dabf9e1d2be9c97d0' https://peertube.example.com/api/v1/jobs/completed
47``` 47```
48 48
49 49
@@ -51,4 +51,4 @@ $ curl -H 'Authorization: Bearer 90286a0bdf0f7315d9d3fe8dabf9e1d2be9c97d0' https
51 51
52``` 52```
53$ curl https://peertube.example.com/api/v1/videos 53$ curl https://peertube.example.com/api/v1/videos
54``` \ No newline at end of file 54```