curl --request PUT \
--url http://localhost:3000/api/sms-programs/{id} \
--header 'Content-Type: application/json' \
--data '{}'{
"senderId": "<string>",
"resolvedSenderId": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"senderId": "GoMobile",
"country": "MA"
}
}Update program details. Only allowed when status is draft.
curl --request PUT \
--url http://localhost:3000/api/sms-programs/{id} \
--header 'Content-Type: application/json' \
--data '{}'{
"senderId": "<string>",
"resolvedSenderId": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"senderId": "GoMobile",
"country": "MA"
}
}