From a5275f56464b3ce103c0fb9b718b61a97aba2749 Mon Sep 17 00:00:00 2001 From: Accusys Date: Mon, 18 May 2026 01:47:58 +0800 Subject: [PATCH] docs: identity tmdb_profile local path --- docs_v1.0/API_WORKSPACE/modules/07_identity.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs_v1.0/API_WORKSPACE/modules/07_identity.md b/docs_v1.0/API_WORKSPACE/modules/07_identity.md index d009bc9..a6723e1 100644 --- a/docs_v1.0/API_WORKSPACE/modules/07_identity.md +++ b/docs_v1.0/API_WORKSPACE/modules/07_identity.md @@ -43,7 +43,7 @@ curl -s "$API/api/v1/identity/$IDENTITY_UUID" -H "X-API-Key: $KEY" "source": "tmdb", "status": "confirmed", "tmdb_id": 112, - "tmdb_profile": "https://image.tmdb.org/t/p/w185/abc.jpg", + "tmdb_profile": "{output}/identities/{identity_uuid}/profile.jpg", "metadata": {}, "reference_data": {}, "created_at": "2026-05-16T12:00:00Z", @@ -59,7 +59,7 @@ curl -s "$API/api/v1/identity/$IDENTITY_UUID" -H "X-API-Key: $KEY" | `source` | string | `.json`, `auto`, `tmdb`, `user_defined`, or `merged` | | `status` | string | `"confirmed"`, `"pending"`, or `"inactive"` | | `tmdb_id` | integer | TMDb person ID (only if source = tmdb) | -| `tmdb_profile` | string | TMDb profile image URL | +| `tmdb_profile` | string | Local profile image path (`{output}/identities/{uuid}/profile.jpg`) | | `metadata` | object | Metadata JSON (tmdb_character, cast_order, etc.) | | `created_at` | string | Creation timestamp |