Skip to content

Commit

Permalink
fix doc uniqueness group
Browse files Browse the repository at this point in the history
related with #1633 #1589

Given a measure (identified by an apikey) there is no way to identify group related if apikey is not unique for all services and subservices.

My comment #1633 (comment) was  taken directly from #1592 (comment)
  • Loading branch information
AlvaroVega authored Oct 21, 2024
1 parent 53d74b2 commit 2ff4502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ parameters defined at device level in database, the parameters are inherit from

### Uniqueness of groups and devices

Group uniqueness is defined by the combination of: service, subservice, resource and apikey
Group uniqueness is defined by the combination of: 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.
Expand Down

0 comments on commit 2ff4502

Please sign in to comment.