Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dsun0720 authored Feb 26, 2022
1 parent dbec58c commit 29c88a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ docker run -it -p 8080:8080 -e envSecret={your-sdk-key} featureflagco/java-serve
docker run -it -p 8080:8080 -v {your-path}:/data -e envSecret={your-envSecret} featureflagco/java-server-sdk-wrapper
```

##API
## API

**_All the requests need a envSecret header, if not existed in header, you will receive a http 400 error; if the envSecret
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_**
Expand Down Expand Up @@ -173,4 +173,4 @@ Response:
}
...
}
```
```

0 comments on commit 29c88a8

Please sign in to comment.