diff --git a/CHANGELOG.md b/CHANGELOG.md index 254d15b..4245fb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,3 +15,4 @@ API Server for CogniCity * Added integration tests on Travis, including against cognicity-schema * Extended data format of cards data object to collect different types of data * Merged changes from Chennai deployment, for better deployment in new cities +* Image upload changed to use AWS S3 signed links diff --git a/jsdoc/api_index.js.html b/jsdoc/api_index.js.html index 12f00c6..9af4a07 100644 --- a/jsdoc/api_index.js.html +++ b/jsdoc/api_index.js.html @@ -118,7 +118,7 @@
Testing is run by GitHub
Internal code documentation is in the JSDoc format. Generated documentation is in the jsdoc/ folder. To build documentation do:
-npm run jsdoc
The release procedure is as follows:
+npm run jsdoc
Before deployment:
+The release procedure is as follows:
Internal code documentation is in the JSDoc format
Full API documentation at https://docs.petabencana.id. This documentation is stored in the petabencana-docs repository.
+swagger-api.json describes the API in swagger format (with AWS API Gateway extensions).