ais icon indicating copy to clipboard operation
ais copied to clipboard

Bad URL for swagger endpoint?

Open starsinmypockets opened this issue 4 years ago • 1 comments

Steps to reproduce

  • Visit https://github.com/CityOfPhiladelphia/ais/blob/master/docs/APIUSAGE.md
  • Click swagger at the API root link (http://api.phila.gov/ais_doc/v1/?gatekeeperKey=6ba4de64d6ca99aa4db3b9194e37adbf)

Expected behavior

I would expect to see a swagger API definition

Actual behavior

I get the following response:

{
status: 404,
error: "Not Found",
message: "The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.",
details: null
}

starsinmypockets avatar Jun 24 '20 16:06 starsinmypockets

I just noticed this also, so still an issue.

pwolanin avatar Sep 01 '23 22:09 pwolanin