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
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: content/v3.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ Error Name | Description
165
165
`invalid` | This means the formatting of a field is invalid. The documentation for that resource should be able to give you more specific information.
166
166
`already_exists` | This means another resource has the same value as this field. This can happen in resources that must have some unique key (such as Label names).
167
167
168
-
If resources havecustom validation errors, theywillbe documented withthe resource.
168
+
Resources may also sendcustom validation errors (where`code` is`custom`). Custom errorswillalways have a`message` field describingtheerror, as well as a`documentation_url` field pointing to aresource that might help you resolve the error.
169
169
170
170
##HTTP Redirects
171
171
@@ -417,7 +417,7 @@ higher rate limit for your OAuth application.
417
417
###Abuse Rate Limits
418
418
419
419
To prevent abuse, additional rate limits apply to some endpoints that
420
-
create content. This rate limit applies to the creation of new content
420
+
create content. This rate limit applies to the creation of new content
421
421
over a period of time. These rate limits do not apply to private repositories