Apply watermark to file

PUT https://{{api.box.com}}/2.0/files/:file_id/watermark

Applies or update a watermark on a file.

https://developer.box.com/reference/put-files-id-watermark

Request Body

{"watermark"=>{"imprint"=>"default"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{"watermark":{"created_at":"2012-12-12T10:53:43-08:00","modified_at":"2012-12-12T10:53:43-08:00"}}