Rename file from portal
POST {{baseUrl}}/api/portals/:portalId/files/rename
Rename a file on an upload portal (requires JWT auth).
Request Body
{"oldPath"=>"<string>", "newPath"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}