Update, retrieve, and delete generic records using generic methods.
API methods
Update a generic record: PUT /v1/update
Note: You can update the following properties of a generic record using this
method:
- name
- type
- rdata
- ttl
- comment
You must set the type parameter to
GenericRecord
.
Get a list of generic records: GET /v1/getEntities
Delete a generic record: DELETE /v1/delete