Request URL
PUT https://api.dotcom-monitor.com/config_api_v1/securevaults
Create a new crypt with the settings provided in the request body in the JSON format.
Header Parameters
Content-Type: application/json
Required Body Parameters
To specify a JSON object parameters for a new crypt, we recommend you get an existed crypt info first and use the response as a sample for a new crypt object.
Field |
Type |
Description |
Name |
string |
The name of a crypt/variable. |
Value |
string |
The value of a variable. |
Realm |
string |
The field contains the name of the resource where the variable can be used. |
MaskedUI |
boolean |
Possible values:
|
UsedForMaskedValues |
boolean |
Possible values:
|
Success Response
Field |
Type |
Description |
Result |
int32 |
The unique id for the crypt. |