From 38bb22d4a51bcbfdb160f059ce84b581774da5ff Mon Sep 17 00:00:00 2001
From: Brendan Irvine-Broque <birvine-broque@cloudflare.com>
Date: Fri, 26 Aug 2022 20:14:14 -0700
Subject: [PATCH] Add directory for Stream API

---
 content/stream/stream-api/_index.md           | 9 +++++++++
 content/stream/{ => stream-api}/stream-api.md | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)
 create mode 100644 content/stream/stream-api/_index.md
 rename content/stream/{ => stream-api}/stream-api.md (85%)

diff --git a/content/stream/stream-api/_index.md b/content/stream/stream-api/_index.md
new file mode 100644
index 000000000..c234cf917
--- /dev/null
+++ b/content/stream/stream-api/_index.md
@@ -0,0 +1,9 @@
+---
+title: Stream API
+pcx_content_type: overview
+weight: 7
+meta:
+  title: Stream APIs
+---
+
+# Cloudflare Stream
\ No newline at end of file
diff --git a/content/stream/stream-api.md b/content/stream/stream-api/stream-api.md
similarity index 85%
rename from content/stream/stream-api.md
rename to content/stream/stream-api/stream-api.md
index 1d05fbe48..aa658efc2 100644
--- a/content/stream/stream-api.md
+++ b/content/stream/stream-api/stream-api.md
@@ -1,7 +1,7 @@
 ---
 pcx_content_type: navigation
 weight: 9
-title: Stream API Reference
+title: REST API Reference
 external_link: https://api.cloudflare.com/#stream-videos-properties
 _build:
   publishResources: false
-- 
GitLab