Saving progress

This commit is contained in:
Luke Hagar
2024-06-02 22:50:13 -05:00
parent 81be5d53ac
commit c0ea9a5560
78 changed files with 7786 additions and 1047 deletions

View File

@@ -0,0 +1,3 @@
---
openapi: delete /activities/{activityUUID}
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /activities
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /security/token
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /security/resources
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /butler
---

View File

@@ -0,0 +1,3 @@
---
openapi: post /butler/{taskName}
---

View File

@@ -0,0 +1,3 @@
---
openapi: post /butler
---

View File

@@ -0,0 +1,3 @@
---
openapi: delete /butler/{taskName}
---

View File

@@ -0,0 +1,3 @@
---
openapi: delete /butler
---

View File

@@ -1,4 +0,0 @@
---
title: 'Create Plant'
openapi: 'POST /plants'
---

View File

@@ -1,4 +0,0 @@
---
title: 'Delete Plant'
openapi: 'DELETE /plants/{id}'
---

View File

@@ -1,4 +0,0 @@
---
title: 'Get Plants'
openapi: 'GET /plants'
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /hubs
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /hubs/sections/{sectionId}
---

View File

@@ -1,33 +0,0 @@
---
title: 'Introduction'
description: 'Example section for showcasing API endpoints'
---
<Note>
If you're not looking to build API reference documentation, you can delete
this section by removing the api-reference folder.
</Note>
## Welcome
There are two ways to build API documentation: [OpenAPI](https://mintlify.com/docs/api-playground/openapi/setup) and [MDX components](https://mintlify.com/docs/api-playground/mdx/configuration). For the starter kit, we are using the following OpenAPI specification.
<Card
title="Plant Store Endpoints"
icon="leaf"
href="https://github.com/mintlify/starter/blob/main/api-reference/openapi.json"
>
View the OpenAPI specification file
</Card>
## Authentication
All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
```json
"security": [
{
"bearerAuth": []
}
]
```

View File

@@ -0,0 +1,3 @@
---
openapi: delete /library/sections/{sectionId}
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/sections
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/hashes
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/metadata/{ratingKey}/children
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/metadata/{ratingKey}
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/sections/{sectionId}
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/sections/{sectionId}/{tag}
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/onDeck
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/recentlyAdded
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/sections/{sectionId}/refresh
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /library/sections/{sectionId}/search
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /log/networked
---

View File

@@ -0,0 +1,3 @@
---
openapi: post /log
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /log
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /:/scrobble
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /:/unscrobble
---

View File

@@ -0,0 +1,3 @@
---
openapi: post /:/progress
---

View File

@@ -0,0 +1,3 @@
---
openapi: put /playlists/{playlistID}/items
---

View File

@@ -0,0 +1,3 @@
---
openapi: post /playlists
---

View File

@@ -0,0 +1,3 @@
---
openapi: delete /playlists/{playlistID}/items
---

View File

@@ -0,0 +1,3 @@
---
openapi: delete /playlists/{playlistID}
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /playlists
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /playlists/{playlistID}/items
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /playlists/{playlistID}
---

View File

@@ -0,0 +1,3 @@
---
openapi: put /playlists/{playlistID}
---

View File

@@ -0,0 +1,3 @@
---
openapi: post /playlists/upload
---

View File

@@ -0,0 +1,3 @@
---
openapi: post /pins
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /pins/{pinID}
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /search
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /hubs/search
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /hubs/search/voice
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /photo/:/transcode
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /clients
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /devices
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /myplex/account
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /identity
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /servers
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /:/prefs
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /status/sessions
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /status/sessions/history/all
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /transcode/sessions
---

View File

@@ -0,0 +1,3 @@
---
openapi: delete /transcode/sessions/{sessionKey}
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /statistics/media
---

View File

@@ -0,0 +1,3 @@
---
openapi: put /updater/apply
---

View File

@@ -0,0 +1,3 @@
---
openapi: put /updater/check
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /updater/status
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /:/timeline
---

View File

@@ -0,0 +1,3 @@
---
openapi: get /video/:/transcode/universal/start.mpd
---