pub async fn update_identity_address(
__arg0: State<App>,
tn_id: TnId,
__arg2: IdTag,
__arg3: Auth,
__arg4: Path<String>,
__arg5: ConnectInfo<SocketAddr>,
__arg6: OptionalRequestId,
body: Bytes,
) -> ClResult<(StatusCode, Json<ApiResponse<AddressUpdateResponse>>)>Expand description
PUT /api/idp/identities/:id/address - Update identity address
Authorization: The authenticated identity (via IDP API key) must match the identity being updated. This endpoint is designed for self-updates where each identity uses its own API key to update its address.