Skip to content

Commit

Permalink
INDY-2003: update documentation for auth_rule
Browse files Browse the repository at this point in the history
Signed-off-by: toktar <renata.toktar@dsr-corporation.com>
  • Loading branch information
Toktar committed Mar 6, 2019
1 parent f169fa7 commit 329db6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ means that changing a value of a NODE transaction's `service` field from `[VALID

- `auth_type` (string):

The type of transaction to change rights for. (Example: NYM, NODE, POOL_RESTART...)
The type of transaction to change rights for. (Example: "0", "1", ...)

- `field` (string):

Expand Down
2 changes: 1 addition & 1 deletion docs/source/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ Authentication rules are stored in the State as key - value dictionary. This coi
If config ledger does not have transaction for key, the State use value from auth_map.
Key - some action in the format `prefix--txn_type--field--old_value--new_value`
- `prefix` (enum: `ADD` or `EDIT`)
- `txn_type` (string) - The type of transaction to change rights to. (Example: NYM, NODE, POOL_RESTART...)
- `txn_type` (string) - The type of transaction to change rights to. (Example: "0", "1", ...)
- `field` (string) Change the rights to edit(add) some values from field.
- `old_value` (string; optional) Old value of field, which can be changed to a new_value.
- `new_value` (string) New value that can be used to fill the field.
Expand Down

0 comments on commit 329db6b

Please sign in to comment.