From 3ac2217da89a307f3ecd4cbecd4bb140a92faff8 Mon Sep 17 00:00:00 2001 From: Eric Murray Date: Tue, 2 Sep 2025 17:02:21 +0100 Subject: [PATCH] Update kyc-tenure.yaml --- code/API_definitions/kyc-tenure.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/API_definitions/kyc-tenure.yaml b/code/API_definitions/kyc-tenure.yaml index 5d306ff..e1189e3 100644 --- a/code/API_definitions/kyc-tenure.yaml +++ b/code/API_definitions/kyc-tenure.yaml @@ -374,19 +374,19 @@ components: ErrorInfo: type: object required: - - message - status - code + - message properties: - message: - type: string - description: A human readable description of what the event represent status: type: integer description: HTTP response status code code: type: string - description: Friendly Code to describe the error + description: A human-readable code to describe the error + message: + type: string + description: A human-readable description of what the event represents XCorrelator: type: string