Skip to content

Commit ed3eeb9

Browse files
committed
Adding transfer_account_id and transfer_user_id to the dns_zone transfer
1 parent fc3f711 commit ed3eeb9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

swagger.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)