From 4f7c47ed8f9527d16f9bb2355706c3e9f6e1c4f9 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 1 Jun 2026 11:35:07 +0000 Subject: [PATCH] fix(asm): rename deleteAsset operationId to archiveAsset The DELETE /assets/{asset_id} operation soft-archives assets rather than permanently removing them. The misleading operationId causes SDK generators to emit a deleteAsset() method that is at odds with its actual behaviour, and risks callers avoiding the operation out of fear of data loss. https://claude.ai/code/session_017hoUmwWaX3gAQTqJF7qcCC --- asm/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asm/openapi.yaml b/asm/openapi.yaml index 3673084..627d52d 100644 --- a/asm/openapi.yaml +++ b/asm/openapi.yaml @@ -146,7 +146,7 @@ paths: '404': $ref: '#/components/responses/NotFound' delete: - operationId: deleteAsset + operationId: archiveAsset summary: Archive asset description: | Marks an asset as archived. Archived assets are excluded from active