We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08cef05 commit 783f43aCopy full SHA for 783f43a
1 file changed
scripts/mock-authentication.py
@@ -306,8 +306,8 @@ def main():
306
# Get access token
307
%(prog)s get-token --api-key YOUR_API_KEY --env int --private-key int-1.pem
308
309
- # Call an API
310
- %(prog)s call-api --api-key YOUR_API_KEY --env sandbox --private-key int-1.pem \\
+ # Call an API
+ %(prog)s call-api --api-key YOUR_API_KEY --env sandbox --private-key int-1.pem \\
311
--url https://sandbox.api.service.nhs.uk/hello-world/hello/application
312
313
# Call an API with NHS number
0 commit comments