Misskey · Example Payload

Misskey Post___Admin___Drive___Show File Example

No description provided. **Credential required**: *Yes* / **Permission**: *read:admin:drive*

Open-SourceSocial NetworksFediverseActivityPubDecentralized

Misskey Post___Admin___Drive___Show File 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

endpointmethodoperationIdsummarydescriptionrequestBodyresponseExample

Example Payload

Raw ↑
{
  "endpoint": "/admin/drive/show-file",
  "method": "POST",
  "operationId": "post___admin___drive___show-file",
  "summary": "admin/drive/show-file",
  "description": "No description provided.\n\n**Credential required**: *Yes* / **Permission**: *read:admin:drive*",
  "requestBody": {
    "contentType": "application/json",
    "example": {},
    "schema": {
      "type": "object",
      "properties": {
        "fileId": {
          "type": "string",
          "format": "misskey:id"
        },
        "url": {
          "type": "string"
        }
      },
      "anyOf": [
        {
          "required": [
            "fileId"
          ]
        },
        {
          "required": [
            "url"
          ]
        }
      ]
    }
  },
  "responseExample": {
    "status": "400",
    "contentType": "application/json",
    "example": {}
  }
}