Skip to content

Commit

Permalink
fixes #71 add notes around use of swagger file to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewberryman committed Dec 15, 2017
1 parent a1fef45 commit 9dc4ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ The release procedure is as follows:
### API Notes
Full API documentation at https://docs.petabencana.id. This documentation is stored in the [petabencana-docs](https://github.com/urbanriskmap/petabencana-docs) repository.

[swagger-api.json](swagger-api.json) describes the API in [swagger](https://swagger.io/) format (with AWS API Gateway extensions).
The swagger files under [/apigw](apigw/) describe the API in [swagger](https://swagger.io/) format (with AWS API Gateway extensions) for each of our deployments. For a new or updated deployment, the references to the (Elastic Beanstalk) hostnames and Lambda Amazon Resource Names will need to be updated first before import, and then permissions to trigger Lambdas granted to the API.

- The dbgeo library expects timestamps from database to be in UTC (i.e. not a local timezone)

Expand Down

0 comments on commit 9dc4ab7

Please sign in to comment.