aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/user/responses/tenant-info-after-created.json
blob: 1926dcc9f82fae796d18d34d5c266d9f948142d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "",
  "email": "",
  "website": "",
  "contactName": "administrator",
  "contactEmail": "administrator@tenant",
  "contactEmailVerified": true,
  "contacts": [
    {
      "audiences": [
        "tenant",
        "notifications"
      ],
      "email": "administrator@tenant",
      "emailVerified": true
    }
  ]
}