Description
The REST API has no machine-readable spec. Adding OpenAPI/Swagger would enable third-party integrations, client generation, and API testing.
Acceptance Criteria
Size Estimate
S — NuGet package + service registration + endpoint annotations
Related
None
Description
The REST API has no machine-readable spec. Adding OpenAPI/Swagger would enable third-party integrations, client generation, and API testing.
Acceptance Criteria
builder.Services.AddEndpointsApiExplorer()andbuilder.Services.AddSwaggerGen()added/swagger(development only or behind auth)Size Estimate
S — NuGet package + service registration + endpoint annotations
Related
None