mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-08 12:47:44 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.308.1
This commit is contained in:
@@ -6,7 +6,7 @@ extension Operations {
|
||||
/// A model object
|
||||
public struct GetLibraryItemsRequest: APIValue {
|
||||
/// the Id of the library to query
|
||||
public let sectionId: Int
|
||||
public let sectionId: AnyValue
|
||||
/// A key representing a specific tag within the section.
|
||||
public let tag: Operations.Tag
|
||||
|
||||
@@ -15,7 +15,7 @@ extension Operations {
|
||||
/// - Parameter sectionId: the Id of the library to query
|
||||
/// - Parameter tag: A key representing a specific tag within the section.
|
||||
///
|
||||
public init(sectionId: Int, tag: Operations.Tag) {
|
||||
public init(sectionId: AnyValue, tag: Operations.Tag) {
|
||||
self.sectionId = sectionId
|
||||
self.tag = tag
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user