1
0
forked from Yara724/api
This commit is contained in:
SepehrYahyaee
2026-04-22 10:29:01 +03:30
parent 04ba46ed2a
commit 194b71cdb2
5 changed files with 197 additions and 26 deletions

View File

@@ -75,7 +75,8 @@ export class ClaimRequestManagementV2Controller {
})
@ApiOperation({
summary: "Get Claim Details (V2)",
description: "Get full details of a claim request. Only the claim owner can access.",
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.",
})
@ApiResponse({
status: 200,