Restore a file

PUT /api/v1/file/{file}/restore

Path parameters

  • file string Required

    The file.

PUT /api/v1/file/{file}/restore
curl \
 --request PUT 'https://api.plannrcrm.com/api/v1/file/architecto/restore' \
 --header "Authorization: Bearer $ACCESS_TOKEN"