From 1726d8992a4eaab39589a3a6f30607d97ae04c83 Mon Sep 17 00:00:00 2001 From: Siesta <124433727+siestaw@users.noreply.github.com> Date: Mon, 28 Jul 2025 21:57:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20feat(docs):=20fix=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index edad60c..2a05155 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,6 @@ Authorization: | GET | `/colors/{id}` | Get the current color of a specific controller | — | | PUT | `/colors/{id}` | Set the color of a controller | `{ "color": "#FF0000" }` | -> [!INFO] -> Every specified ID has to be greater than 0 - --- ### cURL examples @@ -88,7 +85,7 @@ $ curl -X POST http://your-server.com/api/v1/controllers \ -H "Authorization: $TOKEN" ``` -> [!INFO] +> [!TIP] > Response with the newly assigned ID. The ID will always be the next available one #### Delete a controller