Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ public IActionResult UpdateItem(Guid id, string value)
public IActionResult DeleteItem(Guid id)
```
{% endcode %}

## Verifying the changes

Run your application and navigate to the Swagger UI (typically found at /swagger).
Verify that your API documentation is correctly displaying the routes, parameters, and response types.