このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"url": "string",
"memo": "string",
"place": "string",
"priority": "string",
"ratio": 0,
"expiresAt": 0,
"startsAt": 0,
"imageUrl": "string",
"dayOfWeek": 0
}curl --location 'https://misskey.io/api/admin/ad/create' \
--header 'Content-Type: application/json' \
--data '{
"url": "string",
"memo": "string",
"place": "string",
"priority": "string",
"ratio": 0,
"expiresAt": 0,
"startsAt": 0,
"imageUrl": "string",
"dayOfWeek": 0
}'{
"id": "xxxxxxxxxx",
"expiresAt": "2019-08-24T14:15:22.123Z",
"startsAt": "2019-08-24T14:15:22.123Z",
"place": "string",
"priority": "string",
"ratio": 0,
"url": "string",
"imageUrl": "string",
"memo": "string",
"dayOfWeek": 0
}