Skip to content

Commit

Permalink
Revert "Update collection name example"
Browse files Browse the repository at this point in the history
This reverts commit ea92510.
  • Loading branch information
pvdbosch committed Nov 19, 2024
1 parent ea92510 commit 7484d90
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions guide/src/main/asciidoc/resources-collection.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ A collection resource is a server-managed list of document resources.
[rule, col-name]
.Collection name
====
A plural noun SHOULD be used for collection names, for example 'employers' or 'children'.
A plural noun SHOULD be used for collection names, for example 'employers' or 'people'.
====

.Collection name
.Collection of employers
====
{API}/employers[^] - a collection of employers
{API}/persons/{ssin}/children[^] - a collection of children as a child resource of a person
{API}/employers[^]
====

[[collections-consult, Consulting a collection]]
Expand Down

0 comments on commit 7484d90

Please sign in to comment.