Upload a watermark
POST {{baseUrl}}/watermarks
Create a new watermark by uploading a JPG
or a PNG
image.
Request Body
[{"name"=>"file", "value"=>"<string>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"watermarkId":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e"}