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": "https://example.vii.au01.mattr.global/v1/ecosystems/cdd42cec-e961-447c-9083-1312ee316053" } ], "isIssuanceRestricted": false, "isVerificationRestricted": false}How would you rate this page?