Schemas - Update Tracking
Update Schema (only tracking options and description)
PUT http://localhost/BizTalkManagementService/Schemas/{schemaName}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
schema
|
path | True |
string |
Schema Name |
Request Body
Media Types: "application/json", "text/json", "application/xml", "text/xml", "application/x-www-form-urlencoded"
| Name | Type | Description |
|---|---|---|
| ApplicationName |
string |
Application Name |
| AssemblyName |
string |
Assembly Name |
| Description |
string |
Schema Description |
| Name |
string |
Schema Name |
| RootName |
string |
Root Name |
| SchemaType |
string |
Schema Type |
| TargetNameSpace |
string |
Target Namespace |
| Tracking |
Tracking Options for Schema |
Responses
| Name | Type | Description |
|---|---|---|
| 204 No Content |
No Content |
Definitions
| Name | Description |
|---|---|
| Schema |
Model for BTSchema |
|
Schema |
Schema Tracking Model |
|
Schema |
BT Schema Tracking Property Model |
Schema
Model for BTSchema
| Name | Type | Description |
|---|---|---|
| ApplicationName |
string |
Application Name |
| AssemblyName |
string |
Assembly Name |
| Description |
string |
Schema Description |
| Name |
string |
Schema Name |
| RootName |
string |
Root Name |
| SchemaType |
string |
Schema Type |
| TargetNameSpace |
string |
Target Namespace |
| Tracking |
Tracking Options for Schema |
SchemaTracking
Schema Tracking Model
| Name | Type | Description |
|---|---|---|
| TrackedProperties |
List of all Tracked Properties |
SchemaTrackingProperty
BT Schema Tracking Property Model
| Name | Type | Description |
|---|---|---|
| PropertyName |
string |
Tracking Property Name |
| TrackingEnabled |
boolean |
Indicates if specific Tracking Property is enabled |