-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
As a Developer
I need to create a Swagger resource for all RESTFul methods that require an ID
So that I can document the API for other users to know how to call my service
Assumptions:
- This resource will implement GET and PUT
- The resource will be called RecommendationResource
- RecommendationResource will inherit from Resource
Acceptance Criteria:
Given I visit the Docs page
When look at GET and PUT methods
Then I will see the documentation for each resource
Reactions are currently unavailable