-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api): require subname for PUT on RRsetDetail (as documented)
Previously, the serializer would fall back to the default empty subname. On non-apex records, this resulted in an attempt to change the subname value, which previously was rejected (with a different error). For apex names, the operation would continue (because the default subname would mean no change).
- Loading branch information
1 parent
ffd46bd
commit 362a348
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters