ConfigWriteRequest

class tracdap.api.ConfigWriteRequest

Request to create or update a config entry in the TRAC metadata store.

See also

TracAdminApi

configClass: str

The config class associated with this config entry.

configKey: str

The config key associated with this config entry.

definition: tracdap.metadata.ObjectDefinition | None

For create and update operations, the config object definition to store.

priorEntry: tracdap.metadata.ConfigEntry | None

For update and delete operations, the prior config entry that is being modified.

tenant: str

Tenant code for the requested operation, always required.