feat(profile): /profile/update_official_mark_display
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// SVSim.EmulatedEntrypoint/Models/Dtos/Requests/Profile/ProfileUpdateOfficialMarkDisplayRequest.cs
|
||||
using MessagePack;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace SVSim.EmulatedEntrypoint.Models.Dtos.Requests.Profile;
|
||||
|
||||
[MessagePackObject]
|
||||
public class ProfileUpdateOfficialMarkDisplayRequest : BaseRequest
|
||||
{
|
||||
[JsonPropertyName("is_official_mark_displayed")]
|
||||
[Key("is_official_mark_displayed")]
|
||||
public int IsOfficialMarkDisplayed { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user