Rename file from portal
Rename file from portal
Rename a file on an upload portal (requires JWT auth).
POSThttps://studio.edgeimpulse.com/v1/api/portals/{portalId}/files/rename
Path parameters
portalId*integer
Portal ID
Body
oldPath*string
S3 path (within the portal)
newPath*string
S3 path (within the portal)
Response
OK
Body
success*boolean
Whether the operation succeeded
errorstring
Optional error description (set if 'success' was false)
Request
Response
Last updated