Input URI
|
{base url} + post/PM |
|---|
Active Methods
|
POST |
|---|
JSON Schema
Details
{
"PM": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"argument": {
"type": "object",
"properties": {}
}
}
}
}
"PM": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"argument": {
"type": "object",
"properties": {}
}
}
}
}
Examples
P-M Interaction Diagram
{
"Argument": {}
}
"Argument": {}
}
Specifications
| No. | Description | Key | Value Type | Default | Required |
|---|---|---|---|---|---|
|
1 |
Empty object |
- |
- |
- |
- |