Skip to content

Commit 6628804

Browse files
committed
added TODO comment
1 parent 8c77634 commit 6628804

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dnsapi/dns_active24.sh

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ dns_active24_rm() {
4646

4747
_debug "Getting txt records"
4848
# The API needs to send data in body in order the filter to work
49+
# TODO: web can also add content $txtvalue to filter and then get the id from response
4950
_active24_rest GET "/v2/service/$_service_id/dns/record" "{\"page\":1,\"descending\":true,\"sortBy\":\"name\",\"rowsPerPage\":100,\"totalRecords\":0,\"filters\":{\"type\":[\"TXT\"],\"name\":\"${_sub_domain}\"}}"
5051
#_active24_rest GET "/v2/service/$_service_id/dns/record?rowsPerPage=100"
5152

0 commit comments

Comments
 (0)