Skip to content

Commit

Permalink
EN-238 Update Web Spotlight response model
Browse files Browse the repository at this point in the history
  • Loading branch information
František Záhora authored and František Záhora committed Jul 25, 2024
1 parent 1b83550 commit e277436
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"enabled": true,
"root_type_id": "0689fcb3-24f1-49f4-b115-e7b816d59e9d"
"root_type": "0689fcb3-24f1-49f4-b115-e7b816d59e9d"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"enabled": true,
"root_type_id": "3660e894-bae8-4dcd-9d3e-5fc9205c2ece"
"root_type": "3660e894-bae8-4dcd-9d3e-5fc9205c2ece"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"enabled": false,
"root_type_id": "0689fcb3-24f1-49f4-b115-e7b816d59e9d"
"root_type": "0689fcb3-24f1-49f4-b115-e7b816d59e9d"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"enabled": true,
"root_type_id": "0689fcb3-24f1-49f4-b115-e7b816d59e9d"
"root_type": "0689fcb3-24f1-49f4-b115-e7b816d59e9d"
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public class WebSpotlightModel
/// <summary>
/// Gets or sets the web spotlight's Root Type ID.
/// </summary>
[JsonProperty("root_type_id")]
[JsonProperty("root_type")]
public Guid? RootTypeId { get; set; }
}

0 comments on commit e277436

Please sign in to comment.