このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"roleId": "string"
}curl --location 'https://misskey.io/api/admin/roles/show' \
--header 'Content-Type: application/json' \
--data '{
"roleId": "string"
}'{
"id": "xxxxxxxxxx",
"name": "New Role",
"color": "#000000",
"iconUrl": "string",
"description": "string",
"isModerator": false,
"isAdministrator": false,
"displayOrder": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"target": "manual",
"condFormula": {
"id": "string",
"type": "and",
"values": [
null
]
},
"isPublic": false,
"isExplorable": false,
"asBadge": false,
"badgeBehavior": "string",
"canEditMembersByModerator": false,
"policies": {
"property1": {
"value": 0,
"priority": 0,
"useDefault": true
},
"property2": {
"value": 0,
"priority": 0,
"useDefault": true
}
},
"usersCount": 0
}