pub struct CourseAdminDataUpdate;
Expand description
Update an admin data for a JIG.
§Authorization
- Standard +
UserScope::AdminAsset
§Errors
Unauthorized
if authorization is not valid.Forbidden
if the user does not have sufficient permission to perform the action.BadRequest
if the request is missing/invalid.
Trait Implementations§
Source§impl ApiEndpoint for CourseAdminDataUpdate
impl ApiEndpoint for CourseAdminDataUpdate
Source§type Path = CourseAdminDataUpdatePath
type Path = CourseAdminDataUpdatePath
The path type for this endpoint.
Source§type Req = CourseUpdateAdminDataRequest
type Req = CourseUpdateAdminDataRequest
The request type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for CourseAdminDataUpdate
impl RefUnwindSafe for CourseAdminDataUpdate
impl Send for CourseAdminDataUpdate
impl Sync for CourseAdminDataUpdate
impl Unpin for CourseAdminDataUpdate
impl UnwindSafe for CourseAdminDataUpdate
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