-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.01_CS01
-
Fix Version/s: V4.01_CS02
-
Component/s: Protocol
-
Labels:None
-
Proposal:
-
Resolution:
Section 11.2.2 Requesting Individual Entities states:
To retrieve an individual entity, the client makes a GET request to the read URL of an entity.
This seems to suggest that read access is only possible via the readLink (and in subsequent paragraphs: the editLink or the canonical URL), and not for example via a navigation URL such as Employees(123)/Manager.
Section 11.4.3 Update an Entity does not state at all which kinds of URLs can be used with PATCH or PUT.
Section 11.4.4 Upsert an Entity allows any valid URL that identifies a single entity.
Section 11.4.5 Delete an Entity only allows the edit URL.
This is inconsistent and confusing.