mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 04:20:46 +00:00
cleaning and formatting, adding error names
This commit is contained in:
@@ -16,7 +16,6 @@ get:
|
||||
- server://client-identifier
|
||||
- provider://provider-identifier
|
||||
required: true
|
||||
|
||||
responses:
|
||||
"200":
|
||||
description: Source Connection Information
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
get:
|
||||
tags:
|
||||
- Authentication
|
||||
summary: Get a Transient Token.
|
||||
summary: Get a Transient Token
|
||||
description: |
|
||||
This endpoint provides the caller with a temporary token with the same access level as the caller's token. These tokens are valid for up to 48 hours and are destroyed if the server instance is restarted.
|
||||
operationId: getTransientToken
|
||||
|
||||
Reference in New Issue
Block a user