このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"webhookId": "string",
"name": "string",
"url": "string",
"secret": "",
"on": [
"mention"
],
"active": true
}curl --location 'https://misskey.io/api/i/webhooks/update' \
--header 'Content-Type: application/json' \
--data '{
"webhookId": "string",
"name": "string",
"url": "string",
"secret": "",
"on": [
"mention"
],
"active": true
}'{}