Skip to content

Commit

Permalink
BE-754 fixed stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
tom committed Feb 3, 2021
1 parent 39a5c90 commit 4f7b845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions livestyled/schemas/cohort.py
Expand Up @@ -9,8 +9,8 @@ class Meta:
model = Cohort
api_type = 'cohorts'
url = 'cohorts'
bulk_user_attach_url = 'users/{}/cohorts/bulk-attach'
bulk_user_detach_url = 'users/{}/cohorts/bulk-detach'
bulk_user_attach_url = 'v4/users/{}/cohorts/bulk-attach'
bulk_user_detach_url = 'v4/users/{}/cohorts/bulk-detach'

title = fields.String()
external_id = fields.String(data_key='externalId', required=False, missing=None)

0 comments on commit 4f7b845

Please sign in to comment.