// Generated by Create API
// https://github.com/CreateAPI/CreateAPI

import Foundation
import Get
import URLQueryEncoder

extension Paths.Songify.Beta {
    public var recoverAllVideos: RecoverAllVideos {
        RecoverAllVideos(path: path + "/recover-all-videos")
    }

    public struct RecoverAllVideos {
        /// Path: `/api/songify/beta/recover-all-videos`
        public let path: String

        /// Recover All Songify Videos
        public var patch: Request<Void> {
            Request(path: path, method: "PATCH", id: "studio_api_songify_api_recover_all_songify_videos")
        }
    }
}
