Skip to content

Commit

Permalink
Merge pull request #12 from Bahmni/BAH-3332
Browse files Browse the repository at this point in the history
BAH-3332 || Updated the swagger link.
  • Loading branch information
mohan-13 authored Dec 19, 2023
2 parents 950836b + 095ebb1 commit a7f1d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ docker run -d -p 8080:8080 sms
]
}
```
## Api Documentation [here](https://editor.swagger.io/?url=https://raw.githubusercontent.com/Bahmni/sms-service/BAH-3330/src/main/resources/openapi.yaml)
## Api Documentation [here](https://editor.swagger.io/?url=https://raw.githubusercontent.com/Bahmni/sms-service/master/src/main/resources/openapi.yaml)
## Purpose of token generation
```
The purpose of the token generation script is to ensure that only authorized entities can send SMS messages and prevent any unauthorized intruders from spamming recipients with fake SMS. The script generates tokens that are subsequently verified within the SMS service.
Expand Down

0 comments on commit a7f1d14

Please sign in to comment.