summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/api-common.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/api-common.rst b/core/api-common.rst
index f23cc917..a7106521 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -100,22 +100,22 @@ handle the error as if an internal error (500) had been returned.
// Optional detail about the specific input value that failed. May change without notice!
detail?: string;
- // Name of the parameter that was bogus (if applicable)
+ // Name of the parameter that was bogus (if applicable).
parameter?: string;
- // Path to the argument that was bogus (if applicable)
+ // Path to the argument that was bogus (if applicable).
path?: string;
- // Offset of the argument that was bogus (if applicable)
+ // Offset of the argument that was bogus (if applicable).
offset?: string;
- // Index of the argument that was bogus (if applicable)
+ // Index of the argument that was bogus (if applicable).
index?: string;
- // Name of the object that was bogus (if applicable)
+ // Name of the object that was bogus (if applicable).
object?: string;
- // Name of the currency than was problematic (if applicable)
+ // Name of the currency than was problematic (if applicable).
currency?: string;
// Expected type (if applicable).