Skip to main content

Input fields

identifier : String! required

An identifier for the associated object, e.g. account_number for the Account linked object type or email for the Account User linked object type.

key : String! required

The key for the metadata.

linkedObjectType : LinkedObjectType! required

The object that the metadata is associated with.

value : JSONString! required

The metadata value which should be a valid JSON string.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "identifier": "44250206", "key": "pick-environment-tree-where-cause", "linkedObjectType": "ACCOUNT", "value": {"key": "value"} }