light-mode-image
Learn
API ReferenceEcosystems

Update ecosystem

Roles

admindts-provider

Analytics Events

ECOSYSTEM_UPDATE_STARTECOSYSTEM_UPDATE_SUCCESSECOSYSTEM_UPDATE_FAIL
PUT/v1/ecosystems/{ecosystemId}

Updates an ecosystem by its ID.

Analytic events

  • ECOSYSTEM_UPDATE_START
  • ECOSYSTEM_UPDATE_SUCCESS
  • ECOSYSTEM_UPDATE_FAIL

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

ecosystemId*string

The UUID of the ecosystem

Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X PUT "https://example.com/v1/ecosystems/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "name": "string",  "integrations": [    {      "format": "MATTR",      "url": "string",      "enabled": true,      "integrationResult": {        "success": true,        "lastSyncedAt": "2019-08-24T14:15:22Z",        "lastModifiedAt": "2019-08-24T14:15:22Z",        "failReasons": [          {            "type": "string",            "message": "string"          }        ]      }    }  ]}

How would you rate this page?