@daily
: everyday, at midnight UTC.@weekly
: on Sunday, at midnight UTC.@monthly
on the first day of the month, at midnight UTC.curl --location -g --request POST 'https://api.lootlocker.io/admin/game//leaderboard/{{leaderboard_id}}/schedule' \
--header 'Content-Type: application/json' \
--header 'x-auth-token;' \
--data-raw '{
"cron_expression": "@daily"
}'
{
"next_run": "2024-02-25T04:05:00Z",
"schedule": [
"2024-02-25T04:05:00Z",
"2024-03-03T04:05:00Z",
"2024-03-10T04:05:00Z",
"2024-03-17T04:05:00Z",
"2024-03-24T04:05:00Z"
]
}