Skip to main content

Partially update image

PATCH 

/images/:imageId

Update several fields of a image

Request

Path Parameters

    imageId int64required

Body

    baseColor int32
    name string

    Name of image

    source string

Responses

OK

Schema

    baseColor int32
    colorDepth int32
    createdById int64

    Account id to whom created this image

    date date-time
    fileName string
    fileWeight int64

    File size of the image

    format string

    Possible values: [PNG, JPEG, GIF, SVG, MVG, WEB]

    height int32
    id int64

    Unique identifier of the given image

    keywords string[]
    name string
    path string
    shared boolean
    siteId int64
    size int64

    Size of image

    source string
    sourceUrl string
    width int32
Loading...