File tree 1 file changed +1
-0
lines changed
src/content/docs/using-the-api
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ and address any problems that arise when using the API.
29
29
<tr ><td >200</td ><td >OK</td ><td >Successful request.</td ></tr >
30
30
<tr ><td >401</td ><td >Unauthorized</td ><td >Valid API key is missing.</td ></tr >
31
31
<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 >
32
33
<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 >
33
34
<tr ><td >422</td ><td >Unprocessable Content</td ><td >The query provided is
34
35
incorrect and does not follow the standards set by the API specification.</td ></tr >
You can’t perform that action at this time.
0 commit comments