-
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 action API calls
So that I can document the API for other users to know how to call my service
Assumptions:
- This resource will implement the toggle API actions
- The resource will be called ToggleRecommendationType
- ToggleRecommendationType will inherit from Resource
Acceptance Criteria:
Given I visit the Docs page
When look at toggle API
Then I will see the documentation for the toggle resource API
Reactions are currently unavailable