You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Attributes

Attribute

type

values

default

mandate

comment

name

string

 

 

true

 

description

string

 

 

false

 

domains

coll

 

 

false

 

defaultDomain

object

 

 

 

 

/realm/create

Examples:
Method:/realm/create
Parameters:
{
"attrs":
{
name:"xxx",
description:"a realm",
domains:[[id:did1],[id:did3]]
}
}
Response:
{
"error":0,
"result":{"id":1}
}

  • No labels