Input URI
{base url} + db/TDGR |
---|
Active Methods
POST, GET, PUT, DELETE |
---|
JSON Schema
Details
{
"TDGR": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"NAME": {
"description": "Name",
"type": "string"
}
}
}
}
"TDGR": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"NAME": {
"description": "Name",
"type": "string"
}
}
}
}
Examples
Tendon Group
{
"Assign": {
"1": {
"NAME": "TGR1"
},
"2": {
"NAME": "TGR2"
}
}
}
"Assign": {
"1": {
"NAME": "TGR1"
},
"2": {
"NAME": "TGR2"
}
}
}
Specifications
No. | Description | Key | Value Type | Default | Required |
---|---|---|---|---|---|
1 |
Tendon Group Name |
"NAME" |
String |
- |
Required |