# (NEW!) Update an Asset Update the metadata attribute values and/or the Security Template assignments for an Asset identified by Object ID (Asset ID). The identifier must be specified in the path parameter. The user requesting the Asset must have edit role privilege, as well as edit permission on the Asset's security template in order to update the Asset. Endpoint: PATCH /assets/asset/{id} Version: 1.5 Security: ApiKeyAuth, BasicAuth ## Header parameters: - `X-API-Key` (string, required) Customer-specific API key required to invoke API. - `Authorization` (string, required) Provided by Authentication Token creation operation - `Content-Type` (string, required) Enum: "application/json" ## Path parameters: - `id` (string, required) The Asset Identifier belonging to the Asset to update. ## Request fields (application/json): - `securityTemplateIds` (array) Example: ["b84ac1dc-30ed-4741-8f8d-47ef2635950b"] - `metadata` (array) Example: [{"name":"Release Date","value":"01/01/2024"},{"name":"Product","value":"HooliDocs"},{"name":"Usage Table","value":[[{"name":"Usage Category","value":"E-Commerce"},{"name":"Usage Length","value":"12 months"}],[{"name":"Usage Category","value":"Physical Retail"},{"name":"Usage Length","value":"18 months"}],[{"name":"Usage Category","value":"Social Media"},{"name":"Usage Length","value":"6 months"}]]}] ## Response 401 fields (application/json): - `message` (string) - `detail` (string) ## Response 403 fields (application/json): - `message` (string) - `detail` (string)