Consortia Configuration integration API (0.0.1)

Consortia Configuration integration API

Get consortium configuration

Responses

Response samples

Content type
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "centralTenantId": "string"
}

Save consortia configuration

Request Body schema: application/json
required

Consortia configuration object

id
string <uuid>
centralTenantId
required
string

Responses

Request samples

Content type
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "centralTenantId": "string"
}

Response samples

Content type
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "centralTenantId": "string"
}

Delete consortia configuration

Responses

Response samples

Content type
application/json
{
  • "message": "string",
  • "type": "string",
  • "code": "string",
  • "parameters": [
    ]
}