/api/time-ticker/{update}
Request
Body Params application/json
{
"function": "string",
"request": "string",
"retries": 0,
"description": "string",
"executionTime": "string",
"intervals": [
0
]
}
Request Code Samples
curl --location --request PUT 'https://platform.shopranos.eu/api/time-ticker/?id' \
--header 'Content-Type: application/json' \
--data-raw '{
"function": "string",
"request": "string",
"retries": 0,
"description": "string",
"executionTime": "string",
"intervals": [
0
]
}'
Responses
This response does not have a body.
Modified at 2026-03-16 11:47:11