From 10d242099baf6b34a1cce363ef85e5260f815ed9 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Fri, 21 Jun 2024 02:18:04 -0500 Subject: [PATCH] Update API-Specification.mdx --- API-Specification.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API-Specification.mdx b/API-Specification.mdx index 0afff29..5856f80 100644 --- a/API-Specification.mdx +++ b/API-Specification.mdx @@ -1,4 +1,4 @@ -All of the [API documentation](/api-reference/server/server-capabilities) on this site as well as all of the [SDKs](/SDKs) listed here are fully generated from the [main Plex OpenAPI specification here](https://github.com/LukeHagar/plex-api-spec), and I invite anyone in the community to contribute!. +All of the [API documentation](/api-reference/server/server-capabilities) on this site as well as all of the [SDKs](/SDKs) listed here are fully generated from the [main Plex OpenAPI specification here](https://github.com/LukeHagar/plex-api-spec), and I invite anyone in the community to contribute! If you want to learn more about OpenAPI how to utilize it to document APIs, [OpenAPI.Info](https://openapi.info/) is the most comprehensive OpenAPI reference I have seen out there.