From aea4f5ce04e07184aee3099b6694851bc6171045 Mon Sep 17 00:00:00 2001 From: Richard Frankel Date: Wed, 18 Oct 2023 14:45:51 -0500 Subject: [PATCH] Clarify wording around resource path uniqueness. --- aep/general/0122/aep.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aep/general/0122/aep.md b/aep/general/0122/aep.md index 215b7b31..1fe998a5 100644 --- a/aep/general/0122/aep.md +++ b/aep/general/0122/aep.md @@ -2,9 +2,9 @@ Most APIs expose _resources_ (their primary nouns) which users are able to create, retrieve, and manipulate. Additionally, resources have _paths_: each -resource has a unique identifying path that users use to reference that -resource, and these paths are what users should _store_ as the canonical -identifier for the resources. +resource has a unique (within the API service) identifying path that users use +to reference that resource, and these paths are what users should _store_ as +the canonical identifier for the resources. ## Guidance