Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/runner/events_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ for which the authorised Application Registration has Event write access

If :code:`asset_label` is not set, data for all assets is output.

:code:`props`, :code:`attrs` and :code:`asset_attrs`` are optional.
:code:`props`, :code:`attrs` and :code:`asset_attrs` are optional.

This example lists all 'open door' events for the Courts of Justice Front Door.

Expand Down
4 changes: 2 additions & 2 deletions docs/runner/subjects_count.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Subjects Count Story Runner YAML

Count all subjects that have the required signature.

The display_name is optional.
The :code:`display_name` is optional.

The 'print_response' setting should be specified as True in order to see the results.
The :code:`print_response` setting should be specified as :code:`True` in order to see the results.

.. code-block:: yaml

Expand Down
20 changes: 10 additions & 10 deletions docs/runner/subjects_create.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
Subjects Create Story Runner YAML
.........................................

'subject_label' is not required but if unspecified the created subject will
:code:`subject_label` is not required but if unspecified the created subject will
not be accessible to later actions in the story.

.. code-block:: yaml

---
steps:
- step:
action: SUBJECTS_CREATE
description: Create a subjects entity.
print_response: true
subject_label: A subject
display_name: A subject
wallet_pub_keys:
- wallet_pub_key1
tessera_pub_keys:
- tessera_pub_key2
action: SUBJECTS_CREATE
description: Create a subjects entity.
print_response: true
subject_label: A subject
display_name: A subject
wallet_pub_keys:
- wallet_pub_key1
tessera_pub_keys:
- tessera_pub_key2
35 changes: 18 additions & 17 deletions docs/runner/subjects_create_b64.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,29 @@
Subjects Create From base64 Story Runner YAML
.............................................

'subject_label' is not required but if unspecified the created subject will
:code:`subject_label` is not required but if unspecified the created subject will
not be accessible to later actions in the story.

.. code-block:: yaml

---
steps:
- step:
action: SUBJECTS_CREATE_FROM_B64
description: Import a subjects entity.
print_response: true
subject_label: An imported subject
display_name: An imported subject
subject_string: eyJpZGVudGl0eSI6ICJzdWJqZWN0cy8wMDAwMDAwMC0wMDAwLTAwMDAtMDA
wMC0wMDAwMDAwMDAwMDAiLCAiZGlzcGxheV9uYW1lIjogIlNlbGYiLCAid2
FsbGV0X3B1Yl9rZXkiOiBbIjA0YzExNzNiZjc4NDRiZjFjNjA3Yjc5YzE4Z
GIwOTFiOTU1OGZmZTU4MWJmMTMyYjhjZjNiMzc2NTcyMzBmYTMyMWEwODgw
YjU0YTc5YTg4YjI4YmM3MTBlZGU2ZGNmM2Q4MjcyYzUyMTBiZmQ0MWVhODM
xODhlMzg1ZDEyYzE4OWMiXSwgIndhbGxldF9hZGRyZXNzIjogWyIweDk5Rm
E0QUFCMEFGMkI1M2YxNTgwODNEOGYyNDRiYjQ1MjMzODgxOTciXSwgInRlc
3NlcmFfcHViX2tleSI6IFsiZWZkZzlKMFFoU0IyZzRJeEtjYVhnSm1OS2J6
cHhzMDNGRllJaVlZdWVraz0iXSwgInRlbmFudCI6ICIiLCAiY29uZmlybWF
0aW9uX3N0YXR1cyI6ICJDT05GSVJNQVRJT05fU1RBVFVTX1VOU1BFQ0lGSU
VEIn0=
action: SUBJECTS_CREATE_FROM_B64
description: Import a subjects entity.
print_response: true
subject_label: An imported subject
display_name: An imported subject
subject_string: >-
eyJpZGVudGl0eSI6ICJzdWJqZWN0cy8wMDAwMDAwMC0wMDAwLTAwMDAtMDA
wMC0wMDAwMDAwMDAwMDAiLCAiZGlzcGxheV9uYW1lIjogIlNlbGYiLCAid2
FsbGV0X3B1Yl9rZXkiOiBbIjA0YzExNzNiZjc4NDRiZjFjNjA3Yjc5YzE4Z
GIwOTFiOTU1OGZmZTU4MWJmMTMyYjhjZjNiMzc2NTcyMzBmYTMyMWEwODgw
YjU0YTc5YTg4YjI4YmM3MTBlZGU2ZGNmM2Q4MjcyYzUyMTBiZmQ0MWVhODM
xODhlMzg1ZDEyYzE4OWMiXSwgIndhbGxldF9hZGRyZXNzIjogWyIweDk5Rm
E0QUFCMEFGMkI1M2YxNTgwODNEOGYyNDRiYjQ1MjMzODgxOTciXSwgInRlc
3NlcmFfcHViX2tleSI6IFsiZWZkZzlKMFFoU0IyZzRJeEtjYVhnSm1OS2J6
cHhzMDNGRllJaVlZdWVraz0iXSwgInRlbmFudCI6ICIiLCAiY29uZmlybWF
0aW9uX3N0YXR1cyI6ICJDT05GSVJNQVRJT05fU1RBVFVTX1VOU1BFQ0lGSU
VEIn0=

2 changes: 1 addition & 1 deletion docs/runner/subjects_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Subjects List Story Runner YAML

List all subjects that have the required signature.

The 'print_response' setting should be specified as True in order to see the results.
The :code:`print_response` setting should be specified as :code:`True` in order to see the results.

.. code-block:: yaml

Expand Down
4 changes: 2 additions & 2 deletions docs/runner/subjects_read.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Subjects Read Story Runner YAML

Read the specified subject.

'subject_label' is required.
:code:`subject_label` is required.

The 'print_response' setting should be specified as True in order to see the results.
The :code:`print_response` setting should be specified as :code:`True` in order to see the results.

.. code-block:: yaml

Expand Down
22 changes: 11 additions & 11 deletions docs/runner/subjects_update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ optional but at least one must be specified.
---
steps:
- step:
action: SUBJECTS_UPDATE
description: Update a subjects entity.
print_response: true
subject_label: A subject
display_name: A subject
wallet_pub_keys:
- wallet_pub_key1
- wallet_pub_key2
tessera_pub_keys:
- tessera_pub_key1
- tessera_pub_key2
action: SUBJECTS_UPDATE
description: Update a subjects entity.
print_response: true
subject_label: A subject
display_name: A subject
wallet_pub_keys:
- wallet_pub_key1
- wallet_pub_key2
tessera_pub_keys:
- tessera_pub_key1
- tessera_pub_key2
23 changes: 12 additions & 11 deletions functests/test_resources/subjects_story.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,18 @@ steps:
print_response: true
subject_label: An imported subject
display_name: An imported subject
subject_string: eyJpZGVudGl0eSI6ICJzdWJqZWN0cy8wMDAwMDAwMC0wMDAwLTAwMDAtMDA
wMC0wMDAwMDAwMDAwMDAiLCAiZGlzcGxheV9uYW1lIjogIlNlbGYiLCAid2
FsbGV0X3B1Yl9rZXkiOiBbIjA0YzExNzNiZjc4NDRiZjFjNjA3Yjc5YzE4Z
GIwOTFiOTU1OGZmZTU4MWJmMTMyYjhjZjNiMzc2NTcyMzBmYTMyMWEwODgw
YjU0YTc5YTg4YjI4YmM3MTBlZGU2ZGNmM2Q4MjcyYzUyMTBiZmQ0MWVhODM
xODhlMzg1ZDEyYzE4OWMiXSwgIndhbGxldF9hZGRyZXNzIjogWyIweDk5Rm
E0QUFCMEFGMkI1M2YxNTgwODNEOGYyNDRiYjQ1MjMzODgxOTciXSwgInRlc
3NlcmFfcHViX2tleSI6IFsiZWZkZzlKMFFoU0IyZzRJeEtjYVhnSm1OS2J6
cHhzMDNGRllJaVlZdWVraz0iXSwgInRlbmFudCI6ICIiLCAiY29uZmlybWF
0aW9uX3N0YXR1cyI6ICJDT05GSVJNQVRJT05fU1RBVFVTX1VOU1BFQ0lGSU
VEIn0=
subject_string: >-
eyJpZGVudGl0eSI6ICJzdWJqZWN0cy8wMDAwMDAwMC0wMDAwLTAwMDAtMDA
wMC0wMDAwMDAwMDAwMDAiLCAiZGlzcGxheV9uYW1lIjogIlNlbGYiLCAid2
FsbGV0X3B1Yl9rZXkiOiBbIjA0YzExNzNiZjc4NDRiZjFjNjA3Yjc5YzE4Z
GIwOTFiOTU1OGZmZTU4MWJmMTMyYjhjZjNiMzc2NTcyMzBmYTMyMWEwODgw
YjU0YTc5YTg4YjI4YmM3MTBlZGU2ZGNmM2Q4MjcyYzUyMTBiZmQ0MWVhODM
xODhlMzg1ZDEyYzE4OWMiXSwgIndhbGxldF9hZGRyZXNzIjogWyIweDk5Rm
E0QUFCMEFGMkI1M2YxNTgwODNEOGYyNDRiYjQ1MjMzODgxOTciXSwgInRlc
3NlcmFfcHViX2tleSI6IFsiZWZkZzlKMFFoU0IyZzRJeEtjYVhnSm1OS2J6
cHhzMDNGRllJaVlZdWVraz0iXSwgInRlbmFudCI6ICIiLCAiY29uZmlybWF
0aW9uX3N0YXR1cyI6ICJDT05GSVJNQVRJT05fU1RBVFVTX1VOU1BFQ0lGSU
VEIn0=

- step:
action: SUBJECTS_COUNT
Expand Down