Skip to content

Commit

Permalink
Merge pull request #10 from tada-team/integration-limits
Browse files Browse the repository at this point in the history
Max length for integration description and url
  • Loading branch information
malekvictor authored Oct 20, 2020
2 parents 63665f6 + 8195103 commit e32ce51
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion features.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,15 @@ type Features struct {
// Maximum length for task title
MaxTaskTitleLength int `json:"max_task_title_length"`

// Maximum length for Color Rule
// Maximum length for ColorRule description
MaxColorRuleDescriptionLength int `json:"max_color_rule_description_length"`

// Maximum length for Integration description
MaxIntegrationDescriptionLength int `json:"max_integration_description_length"`

//Maximum length for urls
MaxUrlLength int `json:"max_url_length"`

// Maximum teams for one account
MaxTeams int `json:"max_teams"`

Expand Down

0 comments on commit e32ce51

Please sign in to comment.