Replace Metadata

Completely replaces metadata with submitted key/value pairs.

// Example payload
[
  {	
		"key"		: "Timecode",
  	"value" : "06:48:22:29"
	},
  {	
		"key"		: "FileType",
  	"value" : "PNG"
	}x`
]

❗️

PUT replaces all metadata

Using put first removes all existing metadata fields before adding the newly submitted key value pairs.

Language
Credentials
:
Click Try It! to start a request and see the response here!