Commit 0128283a by Clinton Blackburn Committed by Clinton Blackburn

Removed unused partner parameter from Swagger view for programs list endpoint

We haven't used this parameter for quite some time. It doesn't work, and should not be shown on the Swagger page.
parent 2ee54bbb
......@@ -47,12 +47,6 @@ class ProgramViewSet(CacheResponseMixin, viewsets.ReadOnlyModelViewSet):
""" List all programs.
---
parameters:
- name: partner
description: Filter by partner
required: false
type: string
paramType: query
multiple: false
- name: marketable
description: Retrieve marketable programs. A program is considered marketable if it is active
and has a marketing slug.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment