Create a Public Image

post

/storage/v1/Images

Request

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

Response

Supported Media Types

201 Response

Image creation status details.
Body
Example Response (application/json)
{
    "fileName":"images/image1.png",
    "isPublic":true,
    "fileUrl":"https://storage.oraclecorp.com/v1/Storage-ocistest/B027/images/image1.png"
}
Back to Top