Update ecosystem configuration
Updates the tenant's ecosystem configuration.
Analytics Events
ECOSYSTEM_CONFIG_UPDATE_STARTECOSYSTEM_CONFIG_UPDATE_SUCCESSECOSYSTEM_CONFIG_UPDATE_FAIL
Roles
admindts-consumer
PUT
/v1/config/ecosystems
AuthorizationBearer <token>
In: header
ecosystems?array<object>
Items
1 <= items <= 1
isIssuanceRestricted?boolean
Indicates whether issuance is restricted (true
) or not (false
).
isVerificationRestricted?boolean
Indicates whether verification is restricted (true
) or not (false
).
Response Body
curl -X PUT "https://example.vii.au01.mattr.global/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
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
Empty
How would you rate this page?