mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-06 04:20:46 +00:00
regenerated with new spec
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
||||
// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
||||
|
||||
package operations
|
||||
|
||||
@@ -35,7 +35,7 @@ func (e *Tonight) UnmarshalJSON(data []byte) error {
|
||||
}
|
||||
}
|
||||
|
||||
// Skip - Indicate that the latest version should be marked as skipped. The <Release> entry for this version will have the `state` set to `skipped`.
|
||||
// Skip - Indicate that the latest version should be marked as skipped. The [Release] entry for this version will have the `state` set to `skipped`.
|
||||
type Skip int64
|
||||
|
||||
const (
|
||||
@@ -65,7 +65,7 @@ func (e *Skip) UnmarshalJSON(data []byte) error {
|
||||
type ApplyUpdatesRequest struct {
|
||||
// Indicate that you want the update to run during the next Butler execution. Omitting this or setting it to false indicates that the update should install
|
||||
Tonight *Tonight `queryParam:"style=form,explode=true,name=tonight"`
|
||||
// Indicate that the latest version should be marked as skipped. The <Release> entry for this version will have the `state` set to `skipped`.
|
||||
// Indicate that the latest version should be marked as skipped. The [Release] entry for this version will have the `state` set to `skipped`.
|
||||
Skip *Skip `queryParam:"style=form,explode=true,name=skip"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user