pub async fn users_slash_block(
configuration: &Configuration,
username: &str,
) -> Result<(), Error<UsersSlashBlockError>>
Expand description
Blocks the given user and returns a 204. If the authenticated user cannot block the given user a 422 is returned.