このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"title": "string",
"text": "string",
"imageUrl": "string",
"icon": "info",
"display": "normal",
"forExistingUsers": false,
"needConfirmationToRead": false,
"closeDuration": 0,
"displayOrder": 0,
"silence": false,
"userId": null
}curl --location 'https://misskey.io/api/admin/announcements/create' \
--header 'Content-Type: application/json' \
--data '{
"title": "string",
"text": "string",
"imageUrl": "string",
"icon": "info",
"display": "normal",
"forExistingUsers": false,
"needConfirmationToRead": false,
"closeDuration": 0,
"displayOrder": 0,
"silence": false,
"userId": null
}'{
"id": "xxxxxxxxxx",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"title": "string",
"text": "string",
"imageUrl": "string",
"icon": "string",
"display": "string",
"forYou": true,
"needConfirmationToRead": true,
"closeDuration": 0,
"displayOrder": 0,
"silence": true,
"isRead": true
}