mirror of
https://github.com/LukeHagar/plexterraform.git
synced 2025-12-10 04:21:03 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.148.0
This commit is contained in:
@@ -8,8 +8,10 @@ import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
// Force - force overwriting of duplicate playlists. By default, a playlist file uploaded with the same path will overwrite the existing playlist.
|
||||
// The `force` argument is used to disable overwriting. If the `force` argument is set to 0, a new playlist will be created suffixed with the date and time that the duplicate was uploaded.
|
||||
// Force overwriting of duplicate playlists.
|
||||
// By default, a playlist file uploaded with the same path will overwrite the existing playlist.
|
||||
// The `force` argument is used to disable overwriting.
|
||||
// If the `force` argument is set to 0, a new playlist will be created suffixed with the date and time that the duplicate was uploaded.
|
||||
type Force int64
|
||||
|
||||
const (
|
||||
@@ -46,8 +48,10 @@ type UploadPlaylistRequest struct {
|
||||
// The GUID of each playlist is based on the filename.
|
||||
//
|
||||
Path string `queryParam:"style=form,explode=true,name=path"`
|
||||
// force overwriting of duplicate playlists. By default, a playlist file uploaded with the same path will overwrite the existing playlist.
|
||||
// The `force` argument is used to disable overwriting. If the `force` argument is set to 0, a new playlist will be created suffixed with the date and time that the duplicate was uploaded.
|
||||
// Force overwriting of duplicate playlists.
|
||||
// By default, a playlist file uploaded with the same path will overwrite the existing playlist.
|
||||
// The `force` argument is used to disable overwriting.
|
||||
// If the `force` argument is set to 0, a new playlist will be created suffixed with the date and time that the duplicate was uploaded.
|
||||
//
|
||||
Force Force `queryParam:"style=form,explode=true,name=force"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user