Skip to content

Commit b89d0d2

Browse files
committed
updated CASE_DELETED error-code and added casereferral to defence representation api request
1 parent a8617c1 commit b89d0d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/resources/openapi/dcs-caseadmin.openapi.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ components:
194194
- "CASE_HAS_SPLIT_OR_MERGED"
195195
- "DOCUMENT_CONTAINS_VIRUS"
196196
- "DOCUMENT_NOT_UPLOADED"
197+
- "CASE_DELETED"
197198
description: "Error code if the request failed"
198199
errorMessage:
199200
type: string
@@ -453,6 +454,10 @@ paths:
453454
allOf:
454455
- $ref: '#/components/schemas/uuid'
455456
- description: "Unique identifier to track the ID of the case on the external system"
457+
caseReferral:
458+
allOf:
459+
- $ref: '#/components/schemas/uuid'
460+
- description: "Unique identifier to track the ID of the case on the external system"
456461
action:
457462
type: string
458463
enum:
@@ -468,6 +473,7 @@ paths:
468473
- caseId
469474
- action
470475
- defenceRepresentation
476+
- caseReferral
471477
example:
472478
transactionRef: 'd9fe4c51-1783-4fe4-a2b4-7c0e25905483'
473479
caseId: 'd9fe4c51-1783-4fe4-a2b4-7c0e25905484'

0 commit comments

Comments
 (0)