File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1475,6 +1475,7 @@ paths:
14751475 ' 200 ' :
14761476 description : services
14771477 schema :
1478+ type : object
14781479 $ref : ' #/definitions/serviceInstance'
14791480 default :
14801481 $ref : ' #/responses/error'
@@ -1690,10 +1691,20 @@ paths:
16901691 in : path
16911692 required : true
16921693 - name : account_id
1694+ type : string
1695+ in : query
1696+ description : ' the account of the dns zone'
1697+ required : true
1698+ - name : transfer_account_id
16931699 type : string
16941700 in : query
16951701 description : ' the account you want to transfer the dns zone to'
16961702 required : true
1703+ - name : transfer_user_id
1704+ type : string
1705+ in : query
1706+ description : ' the user you want to transfer the dns zone to'
1707+ required : true
16971708 put :
16981709 operationId : transferDnsZone
16991710 responses :
You can’t perform that action at this time.
0 commit comments