mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-09 20:57:44 +00:00
regenerated
This commit is contained in:
@@ -47,11 +47,11 @@ if res.object is not None:
|
||||
|
||||
### Errors
|
||||
|
||||
| Error Object | Status Code | Content Type |
|
||||
| -------------------------------------- | -------------------------------------- | -------------------------------------- |
|
||||
| errors.GetSessionsResponseBody | 400 | application/json |
|
||||
| errors.GetSessionsSessionsResponseBody | 401 | application/json |
|
||||
| errors.SDKError | 4xx-5xx | */* |
|
||||
| Error Object | Status Code | Content Type |
|
||||
| ------------------------------ | ------------------------------ | ------------------------------ |
|
||||
| errors.GetSessionsBadRequest | 400 | application/json |
|
||||
| errors.GetSessionsUnauthorized | 401 | application/json |
|
||||
| errors.SDKError | 4xx-5xx | */* |
|
||||
|
||||
|
||||
## get_session_history
|
||||
@@ -92,11 +92,11 @@ if res.object is not None:
|
||||
|
||||
### Errors
|
||||
|
||||
| Error Object | Status Code | Content Type |
|
||||
| -------------------------------------------- | -------------------------------------------- | -------------------------------------------- |
|
||||
| errors.GetSessionHistoryResponseBody | 400 | application/json |
|
||||
| errors.GetSessionHistorySessionsResponseBody | 401 | application/json |
|
||||
| errors.SDKError | 4xx-5xx | */* |
|
||||
| Error Object | Status Code | Content Type |
|
||||
| ------------------------------------ | ------------------------------------ | ------------------------------------ |
|
||||
| errors.GetSessionHistoryBadRequest | 400 | application/json |
|
||||
| errors.GetSessionHistoryUnauthorized | 401 | application/json |
|
||||
| errors.SDKError | 4xx-5xx | */* |
|
||||
|
||||
|
||||
## get_transcode_sessions
|
||||
@@ -133,11 +133,11 @@ if res.object is not None:
|
||||
|
||||
### Errors
|
||||
|
||||
| Error Object | Status Code | Content Type |
|
||||
| ----------------------------------------------- | ----------------------------------------------- | ----------------------------------------------- |
|
||||
| errors.GetTranscodeSessionsResponseBody | 400 | application/json |
|
||||
| errors.GetTranscodeSessionsSessionsResponseBody | 401 | application/json |
|
||||
| errors.SDKError | 4xx-5xx | */* |
|
||||
| Error Object | Status Code | Content Type |
|
||||
| --------------------------------------- | --------------------------------------- | --------------------------------------- |
|
||||
| errors.GetTranscodeSessionsBadRequest | 400 | application/json |
|
||||
| errors.GetTranscodeSessionsUnauthorized | 401 | application/json |
|
||||
| errors.SDKError | 4xx-5xx | */* |
|
||||
|
||||
|
||||
## stop_transcode_session
|
||||
@@ -175,8 +175,8 @@ if res is not None:
|
||||
|
||||
### Errors
|
||||
|
||||
| Error Object | Status Code | Content Type |
|
||||
| ----------------------------------------------- | ----------------------------------------------- | ----------------------------------------------- |
|
||||
| errors.StopTranscodeSessionResponseBody | 400 | application/json |
|
||||
| errors.StopTranscodeSessionSessionsResponseBody | 401 | application/json |
|
||||
| errors.SDKError | 4xx-5xx | */* |
|
||||
| Error Object | Status Code | Content Type |
|
||||
| --------------------------------------- | --------------------------------------- | --------------------------------------- |
|
||||
| errors.StopTranscodeSessionBadRequest | 400 | application/json |
|
||||
| errors.StopTranscodeSessionUnauthorized | 401 | application/json |
|
||||
| errors.SDKError | 4xx-5xx | */* |
|
||||
|
||||
Reference in New Issue
Block a user