curl --request PATCH \
--url http://localhost:8080/promo-offers/templates/{template_id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"message_text": "<string>",
"button_text": "<string>",
"valid_hours": 2,
"discount_percent": 1,
"bonus_amount_kopeks": 1,
"active_discount_hours": 2,
"test_duration_hours": 2,
"test_squad_uuids": [
"<string>"
],
"is_active": true
}
'{
"id": 123,
"name": "<string>",
"offer_type": "<string>",
"message_text": "<string>",
"button_text": "<string>",
"valid_hours": 123,
"discount_percent": 123,
"bonus_amount_kopeks": 123,
"test_squad_uuids": [
"<string>"
],
"is_active": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"active_discount_hours": 123,
"test_duration_hours": 123,
"created_by": 123
}curl --request PATCH \
--url http://localhost:8080/promo-offers/templates/{template_id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"message_text": "<string>",
"button_text": "<string>",
"valid_hours": 2,
"discount_percent": 1,
"bonus_amount_kopeks": 1,
"active_discount_hours": 2,
"test_duration_hours": 2,
"test_squad_uuids": [
"<string>"
],
"is_active": true
}
'{
"id": 123,
"name": "<string>",
"offer_type": "<string>",
"message_text": "<string>",
"button_text": "<string>",
"valid_hours": 123,
"discount_percent": 123,
"bonus_amount_kopeks": 123,
"test_squad_uuids": [
"<string>"
],
"is_active": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"active_discount_hours": 123,
"test_duration_hours": 123,
"created_by": 123
}x >= 1x >= 0x >= 0x >= 1x >= 1Successful Response