POST v1/grid/nodes/{WilhelmstiftValue}/applications
Erstellt oder aktualisiert eine Application für einen spezifischen Node.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| WilhelmstiftValue | globally unique identifier |
Required |
Body Parameters
RydelApplicationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Path | string |
None. |
|
| Type | string |
None. |
|
| AccessLevel | integer |
None. |
|
| Critical | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "e6b5ce8d-d166-4ed6-8afc-8e470c44590a",
"Name": "sample string 2",
"Path": "sample string 3",
"Type": "sample string 4",
"AccessLevel": 5,
"Critical": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.