pub async fn users_tokens_partial_update(
configuration: &Configuration,
id: i32,
patched_token_request: Option<PatchedTokenRequest>,
) -> Result<Token, Error<UsersTokensPartialUpdateError>>Expand description
Patch a token object.
pub async fn users_tokens_partial_update(
configuration: &Configuration,
id: i32,
patched_token_request: Option<PatchedTokenRequest>,
) -> Result<Token, Error<UsersTokensPartialUpdateError>>Patch a token object.