Create a File

post

/storage/v1/Files

Request

Supported Media Types
Body ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

File creation status details.
Body
Example Response (application/json)
{
    "fileName":"files/filepath/file1.txt",
    "isPublic":true,
    "fileUrl":"https://storage.example.com/v1/Storage-ocistest/B027/files/filepath/file1.txt"
}
Back to Top