We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbec58c commit 29c88a8Copy full SHA for 29c88a8
1 file changed
README.md
@@ -57,7 +57,7 @@ docker run -it -p 8080:8080 -e envSecret={your-sdk-key} featureflagco/java-serve
57
docker run -it -p 8080:8080 -v {your-path}:/data -e envSecret={your-envSecret} featureflagco/java-server-sdk-wrapper
58
```
59
60
-##API
+## API
61
62
**_All the requests need a envSecret header, if not existed in header, you will receive a http 400 error; if the envSecret
63
doesn't match the one in SDK wrapper, you will receive a http 401 error; if invalid request posted, you will receive a http 400 error_**
@@ -173,4 +173,4 @@ Response:
173
}
174
...
175
176
-```
+```
0 commit comments