# Update Asset Update the metadata attributes and/or the Security Template assignments for an Asset identified by Object ID. The Object ID must be specified in the request path. The user submitting the request must have edit access to the Asset. Average Response Time: 1701ms Endpoint: PATCH /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) Asset object ID ## Request fields (application/json): - `metadata` (array) Array of metadata attributes - `securityTemplateIds` (array) Example: ["7d6f4e30-f423-11e9-8071-89c0c4052141"] ## Response 200 fields (application/json): - `status` (string) Example: "success" - `message` (string) Example: "Asset update was successful" ## Response 401 fields (application/json): - `message` (string) - `detail` (string) ## Response 403 fields (application/json): - `status` (string) Example: "error" - `message` (string) Example: "Detailed Message"