# Global parameters
You can set the global parameter using the pipeline field in the request.
Parameters:
| Parameter | Type | Description | Required | Value range |
|---|---|---|---|---|
| save_to_storage | bool | Save information to Database | false | true or false |
# Sample cryptograph generation parameters:
{
"cryptographGenerationParameters":
{
...
},
"global": {
"save_to_storage": false
}
}
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9