API ReferenceEcosystem Configuration
Update ecosystem configuration
PUT
/v1/config/ecosystemsUpdates the tenant's ecosystem configuration.
Roles
admindts-consumer
Analytics Events
ECOSYSTEM_CONFIG_UPDATE_STARTECOSYSTEM_CONFIG_UPDATE_SUCCESSECOSYSTEM_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?