Skip to content

Commit

Permalink
set json name to parsedFromParentId (#2795)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun authored Jul 24, 2023
1 parent 7bfef67 commit f6ff547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/Pandora.Api/V1/Controllers/Terraform-Models.cs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ private class ResourceIdMappingDefinition
[JsonPropertyName("segmentName")]
public string SegmentName { get; set; }

[JsonPropertyName("parent")]
[JsonPropertyName("parsedFromParentId")]
public bool ParsedFromParentID { get; set; }
}

Expand Down

0 comments on commit f6ff547

Please sign in to comment.