Skip to main content
Version: Next

CreateAnalysisDto

namestringrequired
Example: Analysis Name
participantIdsstring[]required
Example: ["did:web:participant1","did:web:participant2"]
CreateAnalysisDto
{
"name": "Analysis Name",
"participantIds": [
"did:web:participant1",
"did:web:participant2"
]
}