소스 검색

fix(docs): formatting

Peter Thomassen 6 년 전
부모
커밋
c1bf515262
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      docs/rrsets.rst

+ 4 - 4
docs/rrsets.rst

@@ -568,7 +568,7 @@ Record types with priority field
     as required by the client you are using.  Here's an example of how to
     as required by the client you are using.  Here's an example of how to
     create a ``TXT`` RRset with HTTPie::
     create a ``TXT`` RRset with HTTPie::
 
 
-    curl -X POST https://desec.io/api/v1/domains/:name/rrsets/ \
-        --header "Authorization: Token {token}" \
-        --header "Content-Type: application/json" --data @- <<< \
-        '{"type": "TXT", "records": ["\"test value1\"","\"value2\""], "ttl": 3600}'
+        curl -X POST https://desec.io/api/v1/domains/:name/rrsets/ \
+            --header "Authorization: Token {token}" \
+            --header "Content-Type: application/json" --data @- <<< \
+            '{"type": "TXT", "records": ["\"test value1\"","\"value2\""], "ttl": 3600}'