v1

latestOpenAPI 3.0.02026-07-249372139.7 KB
Environment

Update multiple Environments

put/environments

Request body

EnvironmentIdinteger
Namestring
Descriptionstring
Parentobject nullable
ShortNamestring
Tier'Essentials' | 'Core'

Response

Success

Successboolean

Example response

[
  {
    "Success": true,
    "Data": [
      {
        "Name": "Contoso Nation",
        "Visible": true,
        "ExpiresOn": "2018-02-01T18:31:22.896Z",
        "LastKeyRotation": "2018-02-01T18:31:22.896Z",
        "CreatedOn": "2018-02-01T18:31:22.896Z",
        "UpdatedOn": "2018-02-01T18:31:22.896Z",
        "Tier": {
          "CanDownGrade": true
        },
        "UpdatedBy": {
          "FirstName": "John",
          "LastName": "Doe",
          "FullName": "John Doe",
          "Email": "JDoe@contoso.com",
          "Username": "j.doe.contoso",
          "MfaFactorAuth": true,
          "Status": "active",
          "Owner": true,
          "Visibile": true,
          "Locked": true,
          "Department": "Other",
          "ReceiveTechUpdates": true,
          "LastLogin": "2018-02-01T18:31:22.896Z",
          "CreatedOn": "2018-02-01T18:31:22.896Z",
          "UpdatedOn": "2018-02-01T18:31:22.896Z",
          "Groups": []
        },
        "CreatedBy": {
          "FirstName": "John",
          "LastName": "Doe",
          "FullName": "John Doe",
          "Email": "JDoe@contoso.com",
          "Username": "j.doe.contoso",
          "MfaFactorAuth": true,
          "Status": "active",
          "Owner": true,
          "Visibile": true,
          "Locked": true,
          "Department": "Other",
          "ReceiveTechUpdates": true,
          "LastLogin": "2018-02-01T18:31:22.896Z",
          "CreatedOn": "2018-02-01T18:31:22.896Z",
          "UpdatedOn": "2018-02-01T18:31:22.896Z",
          "Groups": []
        }
      }
    ]
  }
]