File Management Service
Folders
Create Folder
1min
POST
https://{base_url}/core/api/v1/file-manager/folders
HEADER PARAMETERS
X-COREOS-REQUEST-ID
string
*Request ID.
X-COREOS-ACCESS
string
*Core-os access token.
X-COREOS-USERINFO
string
Core-os user info token.
X-COREOS-TID
string
*ID of the Tenant.
BODY PARAMETERS
body
FolderCreateRequest
*Create a folder in FMS.
name
string
*description
string
callback
string<uri>
Example: https://fms.requestcatcher.com/test
defaultURLExpiry
string
Example: 22h 40m 3s
RESPONSES
200
OK - The request succeeded.
CreateFolderSuccessResponse
[All Of:object]data
object
request
Request
400
Bad request - The server is unable to process the request due to something that is perceived to be a client error.
ErrorResponse
error
Error
Error information.
request
Request
503
Server error - The server is not ready to handle the request. This could be due to maintenance downtime or system resource constraints.
ErrorResponse
error
Error
Error information.
request
Request


Updated 31 Oct 2023
Did this page help you?