pub async fn users_slash_unblock(
configuration: &Configuration,
username: &str,
) -> Result<(), Error<UsersSlashUnblockError>>
Expand description
Unblocks the given user and returns a 204.
pub async fn users_slash_unblock(
configuration: &Configuration,
username: &str,
) -> Result<(), Error<UsersSlashUnblockError>>
Unblocks the given user and returns a 204.