File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# SEE: https://github.com/gitleaks/gitleaks/blob/master/README.md#gitleaksignore
22
33cd9c0efec38c5d63053dd865e5d4e207c0760d91:docs/guides/Perform_static_analysis.md:generic-api-key:37
4+ bf2fd7804bbec898802be06731ea618cb2ea3d25:sandbox/README.md:generic-api-key:36
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ There are a number of examples of responses which can be returned by passing spe
3131 curl -X GET " http://0.0.0.0:9000/patient-check/<NHS_NUMBER>
3232` ` `
3333
34- or for sandbox (add a -H " apikey " to the request as well) :
34+ or for sandbox:
3535
3636` ` ` bash
37- curl -X GET " https://sandbox.api.service.nhs.uk/eligibility-signposting-api/patient-check/1" -H " accept: application/json"
37+ curl -X GET " https://sandbox.api.service.nhs.uk/eligibility-signposting-api/patient-check/1" -H " accept: application/json" -H " apikey "
3838` ` `
3939
4040# ### Example scenarios
You can’t perform that action at this time.
0 commit comments