pub async fn users_owners_partial_update(
configuration: &Configuration,
id: i32,
patched_owner_request: Option<PatchedOwnerRequest>,
) -> Result<Owner, Error<UsersOwnersPartialUpdateError>>Expand description
Patch a owner object.
pub async fn users_owners_partial_update(
configuration: &Configuration,
id: i32,
patched_owner_request: Option<PatchedOwnerRequest>,
) -> Result<Owner, Error<UsersOwnersPartialUpdateError>>Patch a owner object.