diff --git a/docs/getting-started.md b/docs/getting-started.md index 8cc716e676ee692283c565f940eac0a347d40c62..5a9a29ec6538864983c2f0c790efd7e192ba6967 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -109,6 +109,10 @@ Run the codegen tool: java -jar ./swagger-codegen-cli-2.x.y.jar generate -i ./api-docs.yaml -l python -o ./api-container +### Integration + +Please visit the [Swagger endpoint documentation](/operation/#external-systems) + ### Debugging #### Backend diff --git a/docs/operation.md b/docs/operation.md index b3740d952300270735c7978afc4736f5054186aa..4b14568ba18a9538d50437827d50eca57555627a 100644 --- a/docs/operation.md +++ b/docs/operation.md @@ -16,12 +16,12 @@ hide: We thought the easiest way to make documentation of the endpoints available was through the interactive in-code documentation of Swagger: -* [Analyse Service](//swagger/analyse) -* [Authentication Service](//swagger/authentication) -* [Container Service](//swagger/container) -* [Database Service](//swagger/database) -* [Identifier Service](//swagger/identifier) -* [Metadata Service](//swagger/metadata) -* [Query Service](//swagger/query) -* [Table Service](//swagger/table) -* [Units Service](//swagger/units) \ No newline at end of file +* [Analyse Service](/swagger/analyse) +* [Authentication Service](/swagger/authentication) +* [Container Service](/swagger/container) +* [Database Service](/swagger/database) +* [Identifier Service](/swagger/identifier) +* [Metadata Service](/swagger/metadata) +* [Query Service](/swagger/query) +* [Table Service](/swagger/table) +* [Units Service](/swagger/units) \ No newline at end of file