You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- json.id @webhook["id"]
- json.type @webhook["type"]
- json.content_type @webhook["config"]["content_type"]
- json.url @webhook["config"]["url"]
- json.events @webhook["events"]
- json.active @webhook["active"]
- json.create_time @webhook["created_at"].to_time.strftime("%Y-%m-%d %H:%M:%S")
|