summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-31 18:56:00 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-31 18:56:16 +0100
commitfeed2313862ff02224e8ee74c95bf4c561c3229b (patch)
treef85c83a358fe91a10f5eeaa06914add8f84fe767 /core
parent5dadb74f3a0f553a514d95dcf3904981b3224377 (diff)
downloaddocs-feed2313862ff02224e8ee74c95bf4c561c3229b.tar.gz
docs-feed2313862ff02224e8ee74c95bf4c561c3229b.tar.bz2
docs-feed2313862ff02224e8ee74c95bf4c561c3229b.zip
document extra, and other new things
Diffstat (limited to 'core')
-rw-r--r--core/api-common.rst3
1 files changed, 3 insertions, 0 deletions
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;
}
-----------------------