You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest changing the wording of this sentence "The formatting of a field is invalid. Review the documentation for the for more specific information." so that it would read "The formatting of a field is invalid. Review the documentation for more specific information".
Copy file name to clipboardExpand all lines: content/rest/overview/resources-in-the-rest-api.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,7 @@ Error code name | Description
240
240
-----------|-----------|
241
241
`missing` | A resource does not exist.
242
242
`missing_field` | A required field on a resource has not been set.
243
-
`invalid` | The formatting of a field is invalid. Review the documentation for the for more specific information.
243
+
`invalid` | The formatting of a field is invalid. Review the documentation for more specific information.
244
244
`already_exists` | Another resource has the same value as this field. This can happen in resources that must have some unique key (such as label names).
245
245
`unprocessable` | The inputs provided were invalid.
0 commit comments