aboutsummaryrefslogtreecommitdiffstats
path: root/certService/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'certService/README.md')
-rw-r--r--certService/README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/certService/README.md b/certService/README.md
index 25bb6720..db96fa98 100644
--- a/certService/README.md
+++ b/certService/README.md
@@ -95,4 +95,18 @@ audit.log error.log trace.log
### Sonar results
```
https://sonarcloud.io/dashboard?id=onap_aaf-certservice
- ``` \ No newline at end of file
+ ```
+
+### RestAPI
+API is described by Swagger ( OpenAPI 3.0 ) on endpoint /docs
+( endpoint is defined in properties as springdoc.swagger-ui.path )
+
+ ```
+ http://localchost:8080/docs
+
+ ```
+
+### Sonar results
+ ```
+ https://sonarcloud.io/dashboard?id=onap_aaf-certservice
+ ```