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
PR #66 exposed some issues with mutual exclusivity across request input. For example domains/create has a zone input that can't be used together with ns and keyData.
Do other calls have this kind of mutual exclusivity too? Can we proactively prevent bad requests like these?
PR #66 exposed some issues with mutual exclusivity across request input. For example
domains/createhas a zone input that can't be used together withnsandkeyData.Do other calls have this kind of mutual exclusivity too? Can we proactively prevent bad requests like these?