Skip to content

recordResponseAdditionalState

No description available in the specification.

Field Type Required Description
auto boolean yes Whether the DNS record is managed automatically by regfish.
active boolean yes Whether the DNS record is currently active.
ts_created integer yes Unix timestamp when the record was created.
ts_updated integer yes Unix timestamp when the record was last updated.
{
"auto": true,
"active": true,
"ts_created": 0,
"ts_updated": 0
}