mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-09 12:37:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.393.2
This commit is contained in:
@@ -34,16 +34,16 @@ func (o *UpdatePlayProgressMediaErrors) GetStatus() *int64 {
|
||||
return o.Status
|
||||
}
|
||||
|
||||
// UpdatePlayProgressMediaResponseBody - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
type UpdatePlayProgressMediaResponseBody struct {
|
||||
// UpdatePlayProgressUnauthorized - Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
|
||||
type UpdatePlayProgressUnauthorized struct {
|
||||
Errors []UpdatePlayProgressMediaErrors `json:"errors,omitempty"`
|
||||
// Raw HTTP response; suitable for custom response parsing
|
||||
RawResponse *http.Response `json:"-"`
|
||||
}
|
||||
|
||||
var _ error = &UpdatePlayProgressMediaResponseBody{}
|
||||
var _ error = &UpdatePlayProgressUnauthorized{}
|
||||
|
||||
func (e *UpdatePlayProgressMediaResponseBody) Error() string {
|
||||
func (e *UpdatePlayProgressUnauthorized) Error() string {
|
||||
data, _ := json.Marshal(e)
|
||||
return string(data)
|
||||
}
|
||||
@@ -75,16 +75,16 @@ func (o *UpdatePlayProgressErrors) GetStatus() *int64 {
|
||||
return o.Status
|
||||
}
|
||||
|
||||
// UpdatePlayProgressResponseBody - Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
type UpdatePlayProgressResponseBody struct {
|
||||
// UpdatePlayProgressBadRequest - Bad Request - A parameter was not specified, or was specified incorrectly.
|
||||
type UpdatePlayProgressBadRequest struct {
|
||||
Errors []UpdatePlayProgressErrors `json:"errors,omitempty"`
|
||||
// Raw HTTP response; suitable for custom response parsing
|
||||
RawResponse *http.Response `json:"-"`
|
||||
}
|
||||
|
||||
var _ error = &UpdatePlayProgressResponseBody{}
|
||||
var _ error = &UpdatePlayProgressBadRequest{}
|
||||
|
||||
func (e *UpdatePlayProgressResponseBody) Error() string {
|
||||
func (e *UpdatePlayProgressBadRequest) Error() string {
|
||||
data, _ := json.Marshal(e)
|
||||
return string(data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user