Request URL
| POST | https://api.dotcom-monitor.com/config_api_v1/securevault/{crypt_id} |
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| crypt_id |
string |
true |
The unique id of the crypt you want to edit. |
Header Parameters
Content-Type: application/json
Required Body Parameters
To specify crypt object fields to edit, we recommend you get the crypt info first and use the response as a sample for a JSON object. Regardless of the fields you want to edit, the following fields are required in the request body:
| Field |
Type |
Description |
|
Id |
int32 |
The id of a crypt/variable |
|
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:
|
