79097227

Date: 2024-10-17 08:46:38
Score: 2.5
Natty:
Report link

The answer was given by the creator of FE. https://github.com/FastEndpoints/FastEndpoints/issues/492#issuecomment-1740210893

public override void Configure()
{
    Put("/settings/{Id}/toggle");
    Description(x => x.Accepts<ToggleSettingRequest>());
    AllowAnonymous();
}
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Pt4r