Skip to content

Commit

Permalink
fix json recommended_action naming (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeadi authored Oct 15, 2024
1 parent 2d82dc4 commit 5dcdcec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Models/Activity.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using Newtonsoft.Json;
using System;
using System.Collections.Generic;

Expand Down Expand Up @@ -46,6 +47,7 @@ public class AddActivitiesResponse : ResponseBase
public class ModerationResponse
{
public string Status { get; set; }
[JsonProperty("recommended_action")]
public string RecommendedAction { get; set; }
public APIError APIError { get; set; }
}
Expand Down

0 comments on commit 5dcdcec

Please sign in to comment.