Separate the endpoints by new groups
This commit is contained in:
@@ -17,7 +17,7 @@ public class UnsubscribeFromCreatorHandler(
|
||||
public override void Configure()
|
||||
{
|
||||
Post("/api/creators/{CreatorId}/unsubscribe");
|
||||
Options((o => o.WithTags("Creators")));
|
||||
Options((o => o.WithTags("Subscriptions")));
|
||||
Description(x => x.Accepts<string>("*/*"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user