GET /files/{fileId}
- Deleted response : 423 Locked
Locked
- Changed response : 302 Moved Temporarily
Returns: Redirect (302) with the file signed url in 'Location' header
New header : Ruckus-Deprecated
API is deprecated.
- Changed header :
Location
The File Signed URL
- Deleted content type :
*/*
- Changed response : 400 Bad Request
Invalid id supplied.
- Changed response : 404 Not Found
Not Found
- Changed response : 422 Unprocessable Entity
Some of the provided query data is invalid.
- Deleted response : 423 Locked
Locked
- Changed response : 200 OK
Returns with the signed url
New header : Location
The File Signed URL
New header : Ruckus-Deprecated
API is deprecated.
New content type :
application/jsonDeleted content type :
*/*
- Changed response : 400 Bad Request
Invalid id supplied.
- Changed response : 404 Not Found
Not Found
- Changed response : 422 Unprocessable Entity
Some of the provided query data is invalid.
POST /files/uploadurls
- Changed content type :
application/json
- Changed property
fileExtension(object)The file extension identifier.
- Deleted response : 423 Locked
Locked
- Changed response : 200 OK
Returns with the signed url
New header : Ruckus-Deprecated
API is deprecated.
New content type :
application/jsonDeleted content type :
*/*
- Changed response : 400 Bad Request
Invalid id supplied.
- Changed response : 404 Not Found
Not Found
- Changed response : 422 Unprocessable Entity
Some of the provided query data is invalid.