mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-30 06:06:38 +00:00
remove owner email from msp fields
This commit is contained in:
@@ -3767,10 +3767,6 @@ components:
|
||||
type: string
|
||||
description: Reseller's internal customer reference for this MSP
|
||||
example: "CUST-12345"
|
||||
owner_email:
|
||||
type: string
|
||||
description: Expected owner email for the MSP account (set by reseller at creation)
|
||||
example: "owner@partner-msp.com"
|
||||
activated_at:
|
||||
type: string
|
||||
description: MSP activation timestamp in RFC3339 format
|
||||
@@ -3807,10 +3803,6 @@ components:
|
||||
type: string
|
||||
description: Reseller's internal customer reference for this MSP
|
||||
example: "CUST-12345"
|
||||
owner_email:
|
||||
type: string
|
||||
description: Expected owner email for the MSP account
|
||||
example: "owner@partner-msp.com"
|
||||
required:
|
||||
- name
|
||||
- domain
|
||||
@@ -3821,10 +3813,6 @@ components:
|
||||
type: string
|
||||
description: Reseller's internal customer reference for this MSP
|
||||
example: "CUST-12345"
|
||||
owner_email:
|
||||
type: string
|
||||
description: Expected owner email for the MSP account
|
||||
example: "owner@partner-msp.com"
|
||||
CreateTenantRequest:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user