From d28eff9774d19ffdd6f16df092366d803371d763 Mon Sep 17 00:00:00 2001 From: Ferry Schoenmakers Date: Mon, 11 Sep 2023 17:04:58 +0200 Subject: [PATCH] Update resource.json Updating a device_tag via the documented API, changed ALL tags to the new value. The proposed change does what it actually is supposed to do. --- config/dictionaries/resource.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/dictionaries/resource.json b/config/dictionaries/resource.json index 2f86898ba0..5be0d1fe9f 100644 --- a/config/dictionaries/resource.json +++ b/config/dictionaries/resource.json @@ -543,8 +543,7 @@ "summary": "Update a device tag", "description": "", "method": "PATCH", - "endpoint": "/v6/device_tag", - "filters": "?\\$filter=(tag_key%20eq%20'')%20and%20(device%20eq%20)", + "endpoint": "/v6/device_tag()", "data": "{\n \"value\": \"\"\n}" }, { @@ -1109,4 +1108,4 @@ } ] } -] \ No newline at end of file +]