From 8b2e3b47b05a51119164395020a8cd6740bf263b Mon Sep 17 00:00:00 2001 From: Gerard Krol Date: Wed, 8 Nov 2017 10:54:18 +0000 Subject: [PATCH] Add note about generated names of custom fields. --- views/users/api.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/users/api.hbs b/views/users/api.hbs index 7f3ec030..ca2feb92 100644 --- a/views/users/api.hbs +++ b/views/users/api.hbs @@ -46,7 +46,7 @@

GET /api/subscriptions/:listId – {{#translate}}Get list of subscriptions{{/translate}}

- {{#translate}}Retrieve a list of subscriptions to the list referenced by :listId. All fields of the subscribers will be returned.{{/translate}} + {{#translate}}Retrieve a list of subscriptions to the list referenced by :listId. All fields of the subscribers will be returned. Note that custom fields will have generated names.{{/translate}}