build: Added dev/preview mode for the spec

remove unused markdown files
This commit is contained in:
JasonLandbridge
2024-08-30 12:55:30 +02:00
parent e464dadfb5
commit 46d814c775
3 changed files with 11 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ openapi: 3.1.0
info:
version: 0.0.3
title: Plex-API
description: An Open API Spec for interacting with Plex.tv
description: An Open API Spec for interacting with Plex.tv and Plex Media Server
contact:
name: Luke Hagar
url: 'https://www.LukeHagar.com'
@@ -27,7 +27,7 @@ servers:
x-speakeasy-globals:
parameters:
- $ref: "./parameters/ClientIdentifier.yaml"
- $ref: '#/components/parameters/ClientIdentifier'
security:
- accessToken: []