Update Folder File

/folders/{id}/files/{id}

Update Folder File [PUT]

Authorization: Admin, Web, Mobile

Request

Body
{
  "name": "plantMap.gif",
  "description": "Plant Inspection Map"
}

Response 200

Body
{
  "item": {
    "id": 9082,
    "name": "plantMap",
    "description": "Plant Inspection Map",
    "createdAt": "2014-04-07T16:19:27-04:00",
    "createdBy": 1900,
    "fileType": "image/gif",
    "size": 2624,
    "extension": ".gif"
  }
}

Still need help? Contact Us Contact Us