We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a340d0 commit 5f02439Copy full SHA for 5f02439
user_guide_src/source/outgoing/api_responses/002.php
@@ -24,8 +24,8 @@
24
// Resource Not Found
25
$this->failNotFound($description);
26
27
-// Data did not validate
28
-$this->failValidationError($description);
+// Data was not validated
+$this->failValidationErrors($errors);
29
30
// Resource already exists
31
$this->failResourceExists($description);
0 commit comments