From 29b23c9f867f2ef2b50f70966e97eeee36e2b503 Mon Sep 17 00:00:00 2001 From: Jonathan Berger Date: Thu, 2 Jul 2026 11:07:11 +0200 Subject: [PATCH] Clarify documentation on device tags API Add titles to remove confusion in the device tags API docs section Change-type: patch --- docs/API.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/API.md b/docs/API.md index 8f48b3d0c..8b509e676 100644 --- a/docs/API.md +++ b/docs/API.md @@ -1177,6 +1177,8 @@ Response: #### Device tags +##### Fetch tags + > **Introduced in supervisor v9.11** Retrieve any device tags from the balena API. Note that this endpoint will not work when @@ -1201,6 +1203,8 @@ Response: } ``` +##### Set tags + > **Introduced in supervisor v17.8** Schedule device tags to be set in the balena API, persisting the schedule across restarts