diff --git a/lib/dribbble/shot.rb b/lib/dribbble/shot.rb index 662c489..9f55d83 100644 --- a/lib/dribbble/shot.rb +++ b/lib/dribbble/shot.rb @@ -22,7 +22,7 @@ def self.all(token, attrs = {}) end def self.available_fields - %i(title image description tags team_id rebound_source_id) + %i(title image description tags team_id rebound_source_id low_profile) end def self.after_create(res)