このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"userId": "string",
"notify": "normal",
"withReplies": true
}curl --location 'https://misskey.io/api/following/update' \
--header 'Content-Type: application/json' \
--data '{
"userId": "string",
"notify": "normal",
"withReplies": true
}'{
"id": "xxxxxxxxxx",
"name": "藍",
"username": "ai",
"host": "misskey.example.com",
"avatarUrl": "string",
"avatarBlurhash": "string",
"avatarDecorations": [
{
"id": "string",
"angle": 0,
"flipH": true,
"url": "string",
"offsetX": 0,
"offsetY": 0
}
],
"isBot": true,
"isCat": true,
"instance": {
"name": "string",
"softwareName": "string",
"softwareVersion": "string",
"iconUrl": "string",
"faviconUrl": "string",
"themeColor": "string"
},
"emojis": {
"property1": "string",
"property2": "string"
},
"onlineStatus": "unknown",
"badgeRoles": [
{
"name": "string",
"iconUrl": "string",
"displayOrder": 0,
"behavior": "string"
}
]
}