Update contract metadata
Authentication
Path parameters
Request
Keys to merge into the contract’s existing metadata. A key with a value overwrites the existing key; a key set to null removes it; a key you leave out is preserved. Removing a key that is not there succeeds and changes nothing. Only top-level nulls delete — a null inside a nested object is stored as part of that object’s value. The merged document may not exceed 16KB of UTF-8 encoded JSON; the limit is checked against the merge result, not against this payload on its own.
Response
Boolean with true=success, false=failure
Plain-text description of the result

