Modify the examples for `getDomainMetadata`, since the "YES" value does
not currently seems to be parsed correctly by the remote backend.
"1" is correctly parsed as boolean true
Response:
```
-{"result":{"PRESIGNED":["NO"]}}
+{"result":{"PRESIGNED":["0"]}}
```
#### Example HTTP/RPC
HTTP/1.1 200 OK
Content-Type: text/javascript; charset=utf-8
-{"result":{"PRESIGNED":["NO"]}}
+{"result":{"PRESIGNED":["0"]}}
```
### `getDomainMetadata`
Response:
```
-{"result":["NO"]}
+{"result":["0"]}
```
#### Example HTTP/RPC
HTTP/1.1 200 OK
Content-Type: text/javascript; charset=utf-8
-{"result":["NO"]}
+{"result":["0"]}
```
### `setDomainMetadata`