Applications - Update
Update an Application
PUT http://localhost/BizTalkManagementService/Applications/{applicationName}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
application
|
path | True |
string |
Name of Application to be updated |
Request Body
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
| Name | Type | Description |
|---|---|---|
| ApplicationBackReferences |
string[] |
List of Application that have a reference to this application |
| ApplicationReferences |
string[] |
List of Application to which this application has references |
| Description |
string |
Application Description |
| IsConfigured |
boolean |
Is Configured |
| IsDefaultApplication |
boolean |
Indicates if this Application is the Default Application |
| IsSystem |
boolean |
Is System |
| Name |
string |
Application Name |
| Status |
string |
Application Status |
| Version |
string |
Application Version |
Responses
| Name | Type | Description |
|---|---|---|
| 204 No Content |
No Content |
Definitions
Application
Model for Application
| Name | Type | Description |
|---|---|---|
| ApplicationBackReferences |
string[] |
List of Application that have a reference to this application |
| ApplicationReferences |
string[] |
List of Application to which this application has references |
| Description |
string |
Application Description |
| IsConfigured |
boolean |
Is Configured |
| IsDefaultApplication |
boolean |
Indicates if this Application is the Default Application |
| IsSystem |
boolean |
Is System |
| Name |
string |
Application Name |
| Status |
string |
Application Status |
| Version |
string |
Application Version |