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".
This commit is contained in:
Daria 2020-12-23 00:39:14 +03:00 коммит произвёл GitHub
Родитель 6d50ffdb2b
Коммит 47e4dc8dbe
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -240,7 +240,7 @@ Error code name | Description
-----------|-----------|
`missing` | A resource does not exist.
`missing_field` | A required field on a resource has not been set.
`invalid` | The formatting of a field is invalid. Review the documentation for the for more specific information.
`invalid` | The formatting of a field is invalid. Review the documentation for more specific information.
`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).
`unprocessable` | The inputs provided were invalid.