Skip to main content

Upload a pickup place image

POST 

/api/v1/pickup-place/:id/image

Upload a pickup place image

Request

Path Parameters

    id stringrequired

    UUID of the pickup place

Body

    file binaryrequired

Responses

Pickup place image successfully uploaded

Schema

    id stringdeprecated

    identifier of file - deprecated - kept for backwards compatibility

    path string

    (unique) path of the file in storage

    url string

    absolute url where to get file content

    mediaLink stringdeprecated

    deprecated - use url instead

    contentType string

    mime content type of file

    size int64

    size of file in bytes

    created date-time

    when was file created

    updated date-time

    when was file updated

Loading...