3
0

Fix automation API docs

This commit is contained in:
Denis Arh
2019-08-17 08:42:54 +02:00
parent 7fd9c7fdfb
commit cf13c950a0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -262,7 +262,7 @@
},
{
"name": "recordID",
"title": "RecordID to be used",
"title": "RecordID to be used (instead of record payload)",
"type": "uint64"
},
{
+1 -1
View File
@@ -253,7 +253,7 @@
| scriptID | uint64 | PATH | | N/A | YES |
| namespaceID | uint64 | PATH | Namespace ID | N/A | YES |
| moduleID | uint64 | POST | ModuleID to be used | N/A | NO |
| recordID | uint64 | POST | RecordID to be used | N/A | NO |
| recordID | uint64 | POST | RecordID to be used (instead of record payload) | N/A | NO |
| record | json.RawMessage | POST | Record payload to be used (instead of specific record when using recordID) | N/A | NO |
## Run source code in corredor. Used for testing