From 4d4be17e99771811b1c328697851ebc2fd033f6c Mon Sep 17 00:00:00 2001 From: Mike Kistler Date: Fri, 7 Jun 2024 11:21:30 -0700 Subject: [PATCH] Changed shoulds to musts as discussed in weekly meeting --- aep/general/0231/aep.md.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aep/general/0231/aep.md.j2 b/aep/general/0231/aep.md.j2 index e18bb778..eb4d1253 100644 --- a/aep/general/0231/aep.md.j2 +++ b/aep/general/0231/aep.md.j2 @@ -9,10 +9,10 @@ provides this functionality. APIs **may** support batch get to retrieve a consistent set of resources. - The method's name **must** begin with `BatchGet`. The remainder of the method - name **should** be the plural form of the resource being retrieved. + name **must** be the plural form of the resource being retrieved. - The HTTP verb **must** be `GET`. - The HTTP URI **must** end with `:batchGet`. -- The URI path **should** represent the collection for the resource, matching +- The URI path **must** represent the collection for the resource, matching the collection used for simple CRUD operations. If the operation spans parents, a [wilcard](./reading-across-collections) **may** be accepted. - There **must not** be a request body.