Skip to content

Commit da24a78

Browse files
committed
add https codes
1 parent d726944 commit da24a78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/using-the-api/errors.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ and address any problems that arise when using the API.
2929
<tr><td>200</td><td>OK</td><td>Successful request.</td></tr>
3030
<tr><td>401</td><td>Unauthorized</td><td>Valid API key is missing.</td></tr>
3131
<tr><td>404</td><td>Not Found</td><td>The requested resource does not exist.</td></tr>
32+
<tr><td>405</td><td>Method Not Allow</td><td>The HTTP method is not supported. The OpenAQ API currently only supports GET requests.</td></tr>
3233
<tr><td>408</td><td>Request Timeout</td><td>The request timed out, the query may be too complex causing it to run too long.</td></tr>
3334
<tr><td>422</td><td>Unprocessable Content</td><td>The query provided is
3435
incorrect and does not follow the standards set by the API specification.</td></tr>

0 commit comments

Comments
 (0)