ZiziBot Engine
  1. TickerQ
ZiziBot Engine
  • AntiSpam
    • /api/anti-spam/ess-ban
    • /api/anti-spam/ess-ban
    • /api/anti-spam/ess-ban
    • /api/anti-spam/check-ban
    • /api/anti-spam/undelete-ban
  • ApiKey
    • /api/api-key
  • AppSetting
    • /api/app-setting
  • Group
    • /api/group/welcome-message
    • /api/group/welcome-message
    • /api/group/welcome-message
    • /api/group/welcome-message/{WelcomeId}
    • /api/group/select-welcome-message
  • MirrorUser
    • /api/mirror-user
    • /api/mirror-user
    • /api/mirror-user
    • /api/mirror-user/check-user
    • /api/mirror-user/submit-donation
    • /api/mirror-user/check-order
    • /api/mirror-user/verify-user
    • /api/mirror-user/trakteer-webhook
  • Note
    • /api/note
    • /api/note
    • /api/note
    • /api/note/{NoteId}
  • Pendekin
    • /api/pendekin
    • /api/pendekin
    • /api/pendekin/{ShortPath}
    • /api/pendekin/{ShortPath}
  • Rss
    • /api/rss/history
    • /api/rss
    • /api/rss
  • User
    • /api/user/info
    • /api/user/session/telegram
    • /api/user/session/otp
    • /api/user/list-group
  • Webhook
    • /api/webhook/{targetId}
  • ZiziBot.Webhook.Endpoint
    • /api/telegram-webhook/{botToken}
    • /api/telegram-webhook/{botToken}
  • TickerQ
    • /api/options
      GET
    • /api/cron-tickers
      GET
    • /api/time-tickers
      GET
    • /api/time-tickers/{graph-data-range}
      GET
    • /api/time-tickers/{graph-data}
      GET
    • /api/time-tickers/set-batch-parent
      POST
    • /api/cron-tickers/{graph-data-range}
      GET
    • /api/cron-tickers/{graph-data-range-id}
      GET
    • /api/cron-tickers/{graph-data}
      GET
    • /api/cron-ticker-occurrences/{cronTickerId}
      GET
    • /api/cron-ticker-occurrences/{cronTickerId}/{graph-data}
      GET
    • /api/ticker/{cancel}
      POST
    • /api/time-ticker/{delete}
      DELETE
    • /api/cron-ticker/{delete}
      DELETE
    • /api/cron-ticker-occurrence/{delete}
      DELETE
    • /api/ticker-request/{id}
      GET
    • /api/ticker-functions
      GET
    • /api/time-ticker/{update}
      PUT
    • /api/time-ticker/{add}
      POST
    • /api/cron-ticker/{add}
      POST
    • /api/cron-ticker/{update}
      PUT
    • /api/cron-ticker/{run}
      POST
    • /api/ticker-host/{next-ticker}
      GET
    • /api/ticker-host/{stop}
      POST
    • /api/ticker-host/{start}
      POST
    • /api/ticker-host/{restart}
      POST
    • /api/ticker-host/{status}
      GET
    • /api/ticker/statuses/{get-last-week}
      GET
    • /api/ticker/statuses/{get}
      GET
    • /api/ticker/machine/{jobs}
      GET
  • /api/notifications
  • /api
    GET
  1. TickerQ

/api/cron-ticker/{update}

PUT
https://engine-stg.zizibot.nf.azhe.my.id/api/cron-ticker/{update}
Last modified:2025-11-07 14:56:37
Maintainer:Not configured

Request

Path Params

Query Params

Body Params application/json

Example
null

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://engine-stg.zizibot.nf.azhe.my.id/api/cron-ticker/?id' \
--header 'Content-Type: application/json' \
--data-raw 'null'

Responses

🟢200OK
OK
This response does not have a body.
Modified at 2025-11-07 14:56:37
Previous
/api/cron-ticker/{add}
Next
/api/cron-ticker/{run}
Built with