We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I already have a dns record, now when I am trying to change the value its not working.
data = { type: 'CNAME', name: "sub1", content: xxx1.example.com, proxied: false } rec = zone.dns_record(dns_record_id) rec.update(data).save #<Cloudflair::DnsRecord:0x00005581eb660298 @zone_id="f123456bxxxxxa2ee661234567890123", @record_id="3232ada1342422424223333", @dirty_data={}>
I looked in to the code, it seems patchable_fields need to be defined for the api dns record related class.
patchable_fields
The text was updated successfully, but these errors were encountered:
Hey @devilankur18, sadly I'm not able do this ATM. But I'm happy to merge it if you're creating a PR.
Sorry, something went wrong.
No branches or pull requests
I already have a dns record, now when I am trying to change the value its not working.
I looked in to the code, it seems
patchable_fields
need to be defined for the api dns record related class.The text was updated successfully, but these errors were encountered: