Skip to content

Commit 8253446

Browse files
authored
Rename SMS parameters for consistency
1 parent 3235bfc commit 8253446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

81-scissor-grinder-cicada/technical_specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ To utilize the Notification Service to send SMS, publishers will need to publish
3333
SMS will be sent via HTTP, and SMS contents will be injected into the requests. The parameters required to successfully configure the service are as follows:
3434
- `sms_gateway_address`: The address of the SMS gateway
3535
- `sms_gateway_port`: The port to use
36-
- `token`: The API token used for authentication and authorization
37-
- `sender_id`: Sender's ID or phone number
36+
- `sms_token`: The API token used for authentication and authorization
37+
- `sms_sender_id`: Sender's ID or phone number
3838

3939
## Human Resource/Time Estimation
4040

0 commit comments

Comments
 (0)