Home
Misskey
Misskey Post___Admin___Announcements___Create Example
Misskey Post___Admin___Announcements___Create Example
No description provided.
**Credential required**: *Yes* / **Permission**: *write:admin:announcements*
Open-Source Social Networks Fediverse ActivityPub Decentralized
Misskey Post___Admin___Announcements___Create Example is an example object payload from Misskey, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
endpoint method operationId summary description requestBody responseExample
Example Payload
{
"endpoint": "/admin/announcements/create",
"method": "POST",
"operationId": "post___admin___announcements___create",
"summary": "admin/announcements/create",
"description": "No description provided.\n\n**Credential required**: *Yes* / **Permission**: *write:admin:announcements*",
"requestBody": {
"contentType": "application/json",
"example": {},
"schema": {
"type": "object",
"properties": {
"title": {
"type": "string",
"minLength": 1
},
"text": {
"type": "string",
"minLength": 1
},
"imageUrl": {
"type": [
"string",
"null"
],
"minLength": 0
},
"icon": {
"type": "string",
"enum": [
"info",
"warning",
"error",
"success"
],
"default": "info"
},
"display": {
"type": "string",
"enum": [
"normal",
"banner",
"dialog"
],
"default": "normal"
},
"forExistingUsers": {
"type": "boolean",
"default": false
},
"needConfirmationToRead": {
"type": "boolean",
"default": false
},
"needEnrollmentTutorialToRead": {
"type": "boolean",
"default": false
},
"closeDuration": {
"type": "number",
"default": 0
},
"displayOrder": {
"type": "number",
"default": 0
},
"silence": {
"type": "boolean",
"default": false
},
"userId": {
"type": [
"string",
"null"
],
"format": "misskey:id",
"default": null
}
},
"required": [
"title",
"text",
"imageUrl"
]
}
},
"responseExample": {
"status": "400",
"contentType": "application/json",
"example": {}
}
}
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/misskey-post___admin___announcements___create-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.