Metadata

- Authentication: The user must be authenticated to perform this action.

Params

Param name Description
id
required

ID of the gallery.

Validations:

  • Must be a String

team_id
required

ID of the team.

Validations:

  • Must be a String

write
optional

Indicates whether the access to the gallery should be read/write or read-only. Default: false

Validations:

  • Must be one of: true, false.

manage
optional

Indicates whether the user is allowed to manage the gallery. Default: false

Validations:

  • Must be one of: true, false.

approve
optional

Indicates whether the user is allowed to approve asset of the gallery. Default: false

Validations:

  • Must be one of: true, false.