pub struct UpdateDraftData;
Expand description
Update the draft data of a Playlist.
Note that a copy of the Playlist’s draft or live data can not be fetched directly, but only as a part of one of the following routes:
See Playlist Data
for the over-the-wire representation.
§Authorization
- One of
Admin
,AdminAsset
, orManageSelfAsset
for owned Playlists
Trait Implementations§
Source§impl ApiEndpoint for UpdateDraftData
impl ApiEndpoint for UpdateDraftData
Source§type Req = PlaylistUpdateDraftDataRequest
type Req = PlaylistUpdateDraftDataRequest
The request type for this endpoint.
Source§type Path = PlaylistUpdateDraftDataPath
type Path = PlaylistUpdateDraftDataPath
The path type for this endpoint.
Source§type Err = MetadataNotFound
type Err = MetadataNotFound
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for UpdateDraftData
impl RefUnwindSafe for UpdateDraftData
impl Send for UpdateDraftData
impl Sync for UpdateDraftData
impl Unpin for UpdateDraftData
impl UnwindSafe for UpdateDraftData
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more