Create or update subname text record
PUT /v1/subname/record
In order to set a text record, make a request to /subname/record/{label}/{domain}/{key}/{text}
:
label
subnamedomain
second-level domain namekey
text record keytext
text value of the record
If the record under the specified key
already exists, the record will be updated. Otherwise, a new text record for the key
gets created.
Last updated