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 subname

  • domain second-level domain name

  • key text record key

  • text 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