Im following the Node API documentation. When I click on Try it out button, I got the following:
{
"attributes": {},
"data": {},
"document_id": "string (optional)",
"read_access": [
"string"
],
"scheme": "string (optional)",
"write_access": [
"string"
]
}
What can I put on string (optional)
in both places. There is some example of a creation document around there?
I’m using a centrifuge node connected to flint testnet, and I’m doing http request using postman.