light-mode-image
Learn
API ReferenceEcosystem Configuration

Update ecosystem configuration

Roles

admindts-consumer

Analytics Events

ECOSYSTEM_CONFIG_UPDATE_STARTECOSYSTEM_CONFIG_UPDATE_SUCCESSECOSYSTEM_CONFIG_UPDATE_FAIL
PUT/v1/config/ecosystems

Updates the tenant's ecosystem configuration.

Analytic events

  • ECOSYSTEM_CONFIG_UPDATE_START
  • ECOSYSTEM_CONFIG_UPDATE_SUCCESS
  • ECOSYSTEM_CONFIG_UPDATE_FAIL

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

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/config/ecosystems" \  -H "Content-Type: application/json" \  -d '{}'
{  "ecosystems": [    {      "url": "string"    }  ],  "isIssuanceRestricted": true,  "isVerificationRestricted": true}

How would you rate this page?