pub async fn update_by_id(
client: &impl Client,
id: &str,
opts: Option<&mut UpdateEntityByIdRequestBuilder>,
) -> Result<(), ClientError>
Expand description
Update entity by id
.
pub async fn update_by_id(
client: &impl Client,
id: &str,
opts: Option<&mut UpdateEntityByIdRequestBuilder>,
) -> Result<(), ClientError>
Update entity by id
.