From 9a4807ef7745c78345ddf62afd6d82f0423b4f5e Mon Sep 17 00:00:00 2001 From: MS Date: Thu, 22 Dec 2022 16:18:49 +0100 Subject: match implementation --- libeufin/api-sandbox.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libeufin') diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst index fff8119c..defae803 100644 --- a/libeufin/api-sandbox.rst +++ b/libeufin/api-sandbox.rst @@ -861,7 +861,7 @@ The JSON type coming along a non 2xx response is the following: type: ErrorType; // Human-readable error description. - message: string; + description: string; } .. ts:def:: ErrorType -- cgit v1.2.3