Functionupdate_entity(
db: AsyncSession,
*,
entity_type: str,
entity_id: str,
body: dict[str, Any],
)
backend/app/services/studio/entity_crud.py:214
Functionupdate_entity(
entity_type: str,
entity_id: str,
body: dict[str, Any],
db: AsyncSession = Depends(get_db),
backend/app/api/v1/routes/studio/entities.py:87
Functionupdate_entity_image(
db: AsyncSession,
*,
entity_type: str,
entity_id: str,
image_id: int,
body: dict[str
backend/app/services/studio/entity_images.py:80
Functionupdate_entity_image(
entity_type: str,
entity_id: str,
image_id: int,
body: dict[str, Any],
db: AsyncSession
backend/app/api/v1/routes/studio/entities.py:153