Skip to content

Commit 025a00a

Browse files
committed
adding CollectorRequest
1 parent e66dc0b commit 025a00a

13 files changed

Lines changed: 419 additions & 130 deletions

AppTemplates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ You may use this as a reference to retrieve a specific collector from an app
6161
#### collector.statusCode
6262
One of 'draft', 'active', 'deactivated'
6363

64-
#### collector.statusData
64+
#### collector.request
6565
Payload that can be modified
6666

6767
#### async collector.save()
68-
After modifying `collector.statusData` you should save it.
68+
After modifying `collector.request` you should save it.
6969

7070
#### async collector.publish()
7171
Once the edition is done and saved, validate and publish. (Can be done just once);

docs/hds-lib.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/hds-lib.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)