@@ -2060,7 +2060,13 @@ Create a new custom setting
20602060| Parameter | Type | Required | Description |
20612061| --------- | ---- | -------- | ----------- |
20622062| ` apiKey ` | string | Yes | Rippling API key |
2063- | ` data ` | json | Yes | No description |
2063+ | ` displayName ` | string | No | Display name |
2064+ | ` apiName ` | string | No | Unique API name |
2065+ | ` dataType ` | string | No | Data type of the setting |
2066+ | ` secretValue ` | string | No | Secret value \( for secret data type\) |
2067+ | ` stringValue ` | string | No | String value \( for string data type\) |
2068+ | ` numberValue ` | number | No | Number value \( for number data type\) |
2069+ | ` booleanValue ` | boolean | No | Boolean value \( for boolean data type\) |
20642070
20652071#### Output
20662072
@@ -2087,7 +2093,13 @@ Update a custom setting
20872093| --------- | ---- | -------- | ----------- |
20882094| ` apiKey ` | string | Yes | Rippling API key |
20892095| ` id ` | string | Yes | No description |
2090- | ` data ` | json | Yes | Updated setting data |
2096+ | ` displayName ` | string | No | Display name |
2097+ | ` apiName ` | string | No | Unique API name |
2098+ | ` dataType ` | string | No | Data type of the setting |
2099+ | ` secretValue ` | string | No | Secret value \( for secret data type\) |
2100+ | ` stringValue ` | string | No | String value \( for string data type\) |
2101+ | ` numberValue ` | number | No | Number value \( for number data type\) |
2102+ | ` booleanValue ` | boolean | No | Boolean value \( for boolean data type\) |
20912103
20922104#### Output
20932105
0 commit comments