Replace Metadata

Completely replaces metadata with submitted key/value pairs.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
// 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.

Path Params
string
required

Asset ID

Body Params
metadataArray
array of strings
required

Array of key/value pairs. See example payload.

metadataArray*
Responses

Language
Credentials
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json