このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"antennaId": "string"
}curl --location 'https://misskey.io/api/antennas/show' \
--header 'Content-Type: application/json' \
--data '{
"antennaId": "string"
}'{
"id": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"name": "string",
"keywords": [
[
"string"
]
],
"excludeKeywords": [
[
"string"
]
],
"src": "home",
"userListId": "string",
"users": [
"string"
],
"caseSensitive": false,
"localOnly": false,
"notify": true,
"excludeBots": false,
"withReplies": false,
"withFile": true,
"isActive": true,
"hasUnreadNote": false
}