From feed2313862ff02224e8ee74c95bf4c561c3229b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 31 Jan 2023 18:56:00 +0100 Subject: document extra, and other new things --- core/api-common.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/api-common.rst') diff --git a/core/api-common.rst b/core/api-common.rst index ab158e79..0b4de63b 100644 --- a/core/api-common.rst +++ b/core/api-common.rst @@ -125,6 +125,9 @@ handle the error as if an internal error (500) had been returned. // Type that was provided instead (if applicable). type_actual?: string; + + // Extra information that doesn't fit into the above (if applicable). + extra?: Object; } ----------------------- -- cgit v1.2.3