Skip to content

Latest commit

 

History

History
38 lines (37 loc) · 954 Bytes

response.md

File metadata and controls

38 lines (37 loc) · 954 Bytes

Summary of response

{
    "ok": true,
    "files": [
        {
            "ok": true,
            "content": "CONTENT",
            "file": {
                "id": "FILE_ID",
                "name": "test1.txt",
                "title": "test1.txt",
                "mimetype": "text/plain",
                "filetype": "text",
                "url_private": "URL",
                "url_private_download": "URL",
                "permalink": "URL",
                "permalink_public": "URL"
            }
        },
        {
            "ok": true,
            "file": {
                "id": "FILE_ID",
                "name": "test2.txt",
                "title": "test2.txt",
                "mimetype": "",
                "filetype": "",
                "url_private": "URL",
                "url_private_download": "URL",
                "permalink": "URL",
                "permalink_public": "URL"
            }
        }
    ]
}