update some docs
This commit is contained in:
parent
dcf1779f39
commit
2a5284f678
1 changed files with 4 additions and 0 deletions
|
@ -353,6 +353,8 @@ impl SteamApiClient {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Likely removed now
|
||||||
|
///
|
||||||
/// One of the endpoints that handles phone number things. Can check to see if phone is present on account, and maybe do some other stuff. It's not really super clear.
|
/// One of the endpoints that handles phone number things. Can check to see if phone is present on account, and maybe do some other stuff. It's not really super clear.
|
||||||
///
|
///
|
||||||
/// Host: steamcommunity.com
|
/// Host: steamcommunity.com
|
||||||
|
@ -393,6 +395,8 @@ impl SteamApiClient {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Likely removed now
|
||||||
|
///
|
||||||
/// Works similar to phoneajax. Used in the process to add a phone number to a steam account.
|
/// Works similar to phoneajax. Used in the process to add a phone number to a steam account.
|
||||||
/// Valid ops:
|
/// Valid ops:
|
||||||
/// - get_phone_number => `input` is treated as a phone number to add to the account. Yes, this is somewhat counter intuitive.
|
/// - get_phone_number => `input` is treated as a phone number to add to the account. Yes, this is somewhat counter intuitive.
|
||||||
|
|
Loading…
Reference in a new issue