dsdk / v1.47 / ConfigUpdateData
Type Alias: ConfigUpdateData ​
ConfigUpdateData:
object
Type declaration ​
Name | Type | Description |
---|---|---|
body ? | ConfigSpec | The spec of the config to update. Currently, only the Labels field can be updated. All other fields must remain unchanged from the ConfigInspect endpoint response values. |
path | object | - |
path.id | string | The ID or name of the config |
query | object | - |
query.version | number | The version number of the config object being updated. This is required to avoid conflicting writes. |