**Describe the bug** https://developers.code.gov/fields.html contains: > We have extensive Swagger documentation where you can test our API. You can find them at https://api.code.gov/docs. Documentation [link](https://api.code.gov/docs) errors. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://api.code.gov/docs 2. See error ``` { "message": "Not Found", "error": {} } ``` **Expected behavior** Documentation about the API. **Screenshots** <img width="1680" alt="Screen Shot 2019-10-17 at 20 02 30" src="https://user-images.githubusercontent.com/2529329/67056233-293f4700-f119-11e9-8392-928852a24ccf.png"> <img width="1005" alt="Screen Shot 2019-10-17 at 19 13 07" src="https://user-images.githubusercontent.com/2529329/67054324-2ee55e80-f112-11e9-96ff-c8f0f64b465c.png"> **Additional context** - Current documentation at [here](https://open.gsa.gov/api/codedotgov/) - Rate limit information outdated (It is not 5,000 calls/day and 5 calls per 5 seconds), but 1,000 per unknown period. - Wrong default version (docs say it is v2, it is still currently v1) [Should I open an issue for this?]
Describe the bug
https://developers.code.gov/fields.html contains:
Documentation link errors.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Documentation about the API.
Screenshots
Additional context