UpdateStoreFrontServerModel
Updated details for a StoreFront server.
Properties
| Name | Description | Additional information |
|---|---|---|
| Tags |
Type: Array of String |
|
| CustomProperties |
Type: Array of CustomPropertyModel |
Sample
application/json
Sample:
{
"Tags": [
"tag"
],
"CustomProperties": [
{
"Name": "myProperty",
"Value": "myValue"
}
]
}