Skip to content

Commit f78ca87

Browse files
authored
Removed part on sub-resources
Deleted a part on sub-resources to leave it more flexible
1 parent a4ba3a6 commit f78ca87

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rest-api-guidelines/quality/evolution/naming-conventions.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ Plural nouns SHOULD be used in the URI where appropriate to identify collections
1717

1818
An individual resource in a collection of resources MAY exist directly beneath the collection URI. (e.g. ``/orders/{order_id}``).
1919

20-
Sub-resource collections MAY exist directly beneath an individual resource. This should convey a relationship to another collection of resources (e.g. ``/orders/{order_id}/items``).
21-
22-
Sub-resource individual resources MAY exist, but should be avoided in favor of top-level resources. (e.g. ``/orders/{order_id}/items/{item_id}``).
23-
2420
#### Example
2521

2622
A well-formed URI:

0 commit comments

Comments
 (0)