From f286060081609f9f96475da7f80225f47de92787 Mon Sep 17 00:00:00 2001
From: Chocobozzz <me@florianbigard.com>
Date: Mon, 11 Jun 2018 14:45:43 +0200
Subject: [PATCH] Add API example to list videos

---
 support/doc/api/quickstart.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/support/doc/api/quickstart.md b/support/doc/api/quickstart.md
index 5ebcd4f47..844248a7f 100644
--- a/support/doc/api/quickstart.md
+++ b/support/doc/api/quickstart.md
@@ -44,4 +44,11 @@ Just use the `access_token` in the `Authorization` header:
 
 ```
 $ curl -H 'Authorization: Bearer 90286a0bdf0f7315d9d3fe8dabf9e1d2be9c97d0' https://peertube.example.com/api/v1/jobs/complete
+```
+
+
+### List videos
+
+```
+$ curl https://peertube.example.com/api/v1/videos
 ```
\ No newline at end of file