You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within an organization, labels should be unique by name; if a label is created or updated to an existing name, the request should fail. The UI enforces this right now, but it is not enforced over the API.
As a bonus, this would allow us to do lookups by name in constant time by indexing on name like we do in kv/org.go.
The text was updated successfully, but these errors were encountered:
Within an organization, labels should be unique by name; if a label is created or updated to an existing name, the request should fail. The UI enforces this right now, but it is not enforced over the API.
As a bonus, this would allow us to do lookups by name in constant time by indexing on name like we do in
kv/org.go
.The text was updated successfully, but these errors were encountered: