From 1fb5f88fee52f974eb8ae04dc0e844c46ea1fabd Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Wed, 7 Aug 2024 14:56:06 +0200 Subject: [PATCH] Update api.md --- doc/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.md b/doc/api.md index 29e5fdf84..d7e0c2f3b 100644 --- a/doc/api.md +++ b/doc/api.md @@ -163,7 +163,7 @@ parameters defined at device level in database, the parameters are inherit from ### Uniqueness of groups and devices -Group service uniqueness is defined by the combination of: service, subservice and apikey +Group service uniqueness is defined by the combination of: service, subservice resource and apikey Device uniqueness is defined by the combination of: service, subservice, device_id and apikey. Note that several devices with the same device_id are allowed in the same service and subservice as long as their apikeys are different.