Function update_pet_attributes

Source
pub async fn update_pet_attributes(
    __arg0: State<AppState>,
    __arg1: Path<Uuid>,
    __arg2: Json<UpdatePetAttributes>,
) -> Json<UpdatePetAttributes>