You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I'm still trying to understand the use of the comments table (related to #2064); comments are obtainable only when the whole zone is retrieved which seems a bit of a waste.)
I think the API (servers/localhost/zones) should list the account column of the domains table.
In addition to that, what I'd very much like to see are additional columns a customer creates. For example:
ALTER TABLE domains ADD cust VARCHAR(80);
UPDATE domains SET cust = 'something1' WHERE id = 2;
The precondition would be that a column name doesn't clobber an existing JSON element the API currently uses. Alternatively, the API could prefix with with x-.
The text was updated successfully, but these errors were encountered:
Enhancement request.
(I'm still trying to understand the use of the
comments
table (related to #2064); comments are obtainable only when the whole zone is retrieved which seems a bit of a waste.)I think the API (
servers/localhost/zones
) should list theaccount
column of the domains table.In addition to that, what I'd very much like to see are additional columns a customer creates. For example:
followed by
The precondition would be that a column name doesn't clobber an existing JSON element the API currently uses. Alternatively, the API could prefix with with
x-
.The text was updated successfully, but these errors were encountered: