Skip to content

Commit

Permalink
Fixes #8
Browse files Browse the repository at this point in the history
Corrected the incorrect instruction that API key is not required.

Also fixed it is a `POST` method because that was blantently incorrect.

I removed the `JSONP` field because I am not sure what the correct
answer is, so removing for now.
  • Loading branch information
Tom Schenk Jr committed Apr 10, 2018
1 parent 8e6f3d5 commit 10b89ba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/post_service_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ Create a service request in the City's database. Once a service request has been
| Resource Information | |
|----------------------|----------------------|
| Method Name | Post Service Request |
| Requires API key? | No |
| Requires API key? | Yes |
| Response Formats | JSON, XML |
| HTTP Methods | GET |
| JSONP | POST |
| HTTP Methods | POST |

## Arguments

Expand Down

0 comments on commit 10b89ba

Please sign in to comment.