Skip to content

Commit e6c7e81

Browse files
README Updated (#5)
* OpenAPI integration work in progress * API Gateway updates * API Gateway support - beta release * README updated * README updated * README updated * README updated * README updated * README updated * Declaration schema updated, Developer portal alpha release * Postman collection updated * Devportal alpha release commit * Devportal alpha release commit * Added Developer Portal support * README updated
1 parent 0ab2ded commit e6c7e81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ NGINX Instance Manager ->> NGINX: Publish config to NGINX instances
7373
- [X] JSON-wrapped Base64-encoded
7474
- [X] Kubernetes Configmap
7575
- [X] POST to Generic REST API endpoint
76-
- [X] Output to NGINX Instance Manager 2.1.0+ imperative REST API
76+
- [X] Output to NGINX Instance Manager 2.14+ imperative REST API
7777

7878
## Supported NGINX Plus features
7979

@@ -126,6 +126,6 @@ Configuration can be customized mounting `config.toml` as a volume `nginx-declar
126126

127127
When NGINX Declarative API is running, REST API documentation can be accessed at:
128128

129-
- Documentation and testing: http://127.0.0.1:5000/docs
130-
- Redoc documentation: http://127.0.0.1:5000/redoc
131-
- OpenAPI specification: http://127.0.0.1:5000/openapi.json
129+
- Documentation and testing: http://<NGINX_DECLARATIVE_API_ADDRESS>:5000/docs
130+
- Redoc documentation: http://<NGINX_DECLARATIVE_API_ADDRESS>:5000/redoc
131+
- OpenAPI specification: http://<NGINX_DECLARATIVE_API_ADDRESS>:5000/openapi.json

0 commit comments

Comments
 (0)