Subir Archivo a una Nota

Subir un archivo en una nota

POST /notes/<id>/files

Path Parameters

Name
Type
Description

id*

integer

ID Nota

Headers

Name
Type
Description

Authorization*

string

token

Request Body

Name
Type
Description

files*

File

Archivos a subir

Peso máximo (10 MB)

{
    "data": [
        {
            "type": "file_notes",
            "id": "4166",
            "attributes": {
                "id": 4166,
                "url": "https://speranttest.s3.amazonaws.com/test/attentions/2639/notes/BROCHURE_Power BI_Octubre.pdf",
                "created_at": 1634858345
            }
        },
        {
            "type": "file_notes",
            "id": "4167",
            "attributes": {
                "id": 4167,
                "url": "https://speranttest.s3.amazonaws.com/test/attentions/2639/notes/97663447116d966fe280.json",
                "created_at": 1634858345
            }
        },
        {
            "type": "file_notes",
            "id": "4168",
            "attributes": {
                "id": 4168,
                "url": "https://speranttest.s3.amazonaws.com/test/attentions/2639/notes/WhatsApp Image 2021-10-13 at 17.30.44.jpeg",
                "created_at": 1634858345
            }
        },
        {
            "type": "file_notes",
            "id": "4169",
            "attributes": {
                "id": 4169,
                "url": "https://speranttest.s3.amazonaws.com/test/attentions/2639/notes/WhatsApp Image 2021-10-13 at 17.30.45.jpeg",
                "created_at": 1634858345
            }
        },
        {
            "type": "file_notes",
            "id": "4170",
            "attributes": {
                "id": 4170,
                "url": "https://speranttest.s3.amazonaws.com/test/attentions/2639/notes/WhatsApp Image 2021-10-13 at 17.30.46.jpeg",
                "created_at": 1634858345
            }
        }
    ]
}

Última actualización