POST v1/grid/nodes/{WilhelmstiftValue}/connections
Erstellt oder aktualisiert eine Connection für einen spezifischen Node.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| WilhelmstiftValue | globally unique identifier |
Required |
Body Parameters
RydelConnectionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Type | string |
None. |
|
| Param | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "8103dd9b-8877-49b1-8773-f26128573080",
"Name": "sample string 2",
"Type": "sample string 3",
"Param": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.