Metadata

- Authentication: The user must be authenticated to perform this action.
- Admin privileges: The user has to have administrative privileges to perform this
    action.

Params

Param name Description
team
optional , nil allowed

Validations:

  • Must be a Hash

team[name]
required

Name of the team.

Validations:

  • Must be a String

team[quota]
optional , nil allowed

Team’s maximum quota in bytes.

Validations:

  • Must be a String

team[quota_mail_sent]
optional , nil allowed
true | false

Indicates whether administrators will be warned via mail when a team exceeds its quota. Default: false.

Validations:

  • Must be a String