Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request PUT \
--url https://api.example.com/v1/sms/broadcasts/{id}/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"message": "<string>",
"recipients": [
{
"phone": "<string>",
"client_id": 123
}
],
"trigger": 0,
"schedule": "<string>",
"send_time": "2023-11-07T05:31:56Z",
"enabled": true
}
'{
"id": 123,
"name": "<string>",
"message": "<string>",
"tenant": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"recipients": [
{
"phone": "<string>",
"client_id": 123
}
],
"trigger": 0,
"schedule": "<string>",
"send_time": "2023-11-07T05:31:56Z",
"enabled": true
}curl --request PUT \
--url https://api.example.com/v1/sms/broadcasts/{id}/ \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"message": "<string>",
"recipients": [
{
"phone": "<string>",
"client_id": 123
}
],
"trigger": 0,
"schedule": "<string>",
"send_time": "2023-11-07T05:31:56Z",
"enabled": true
}
'{
"id": 123,
"name": "<string>",
"message": "<string>",
"tenant": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"recipients": [
{
"phone": "<string>",
"client_id": 123
}
],
"trigger": 0,
"schedule": "<string>",
"send_time": "2023-11-07T05:31:56Z",
"enabled": true
}2551024Show child attributes
0 - Default1 - Birthday2 - Debt3 - Penalty4 - Congratulations0, 1, 2, 3, 4 0 <= x <= 3276764^(\*|([0-9]|[1-5][0-9])) (\*|([01]?[0-9]|2[0-3])) (\*|([1-9]|[12][0-9]|3[01])) (\*|([1-9]|1[0-2])) (\*|([0-6]))$2551024Show child attributes
0 - Default1 - Birthday2 - Debt3 - Penalty4 - Congratulations0, 1, 2, 3, 4 0 <= x <= 3276764^(\*|([0-9]|[1-5][0-9])) (\*|([01]?[0-9]|2[0-3])) (\*|([1-9]|[12][0-9]|3[01])) (\*|([1-9]|1[0-2])) (\*|([0-6]))$Была ли эта страница полезной?