1
0
forked from Yara724/api
This commit is contained in:
2026-05-01 11:14:05 +03:30
parent def4023185
commit 8419ec06ae
3 changed files with 70 additions and 10 deletions

View File

@@ -85,7 +85,7 @@ export class ClaimRequestManagementV2Controller {
@ApiOperation({
summary: "Get Claim Details (V2)",
description:
"Get claim details for current actor. USER receives only minimal own-needed payload (no extra owner/security fields). FIELD_EXPERT keeps full view for expert workflows.",
"Get claim details for current actor. USER (claim owner) receives the same core claim payload including `owner` (userId, clientId, optional userClientKey). FIELD_EXPERT additionally receives unmasked money and userRating when present.",
})
@ApiResponse({
status: 200,