File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/main/resources/openapi Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments