Update a File
Update a File in your account.
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
"id": 64,
"user_id": 1,
"domain_id": 8,
"name": "Test",
"path_id": null,
"tags": null,
"url": "test",
"fullurl": "test",
"published": 1,
"type": "document",
"discoverable": 0,
"password": null,
"ips": null,
"external_id": null,
"created_at": "2020-10-04T06:01:11.000Z",
"updated_at": "2020-10-04T06:01:11.000Z",
"uri": "https://sandbox-getafile-online.getafile.online/test",
"statusping": 1,
"statusping_config": {
"retries": 3,
"retries_pause": 3,
"emails": ["[email protected]"],
},
"serving_type": "file",
"content": null
}Last updated
Was this helpful?