Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.12 KB

ReleaseCreateParameters1.md

File metadata and controls

17 lines (12 loc) · 1.12 KB

# ReleaseCreateParameters1

Properties

Name Type Description Notes
cron_schedule string Cron schedule for the scheduler. Read more about the format of this field at https://en.wikipedia.org/wiki/Cron [optional]
time_zone string Time zone for the scheduler [optional]
locale_ids string[] List of locale ids that will be included in the release. [optional]
tags string[] Only include tagged keys in the release. For a key to be included it must be tagged with all tags provided [optional]
branch string Branch used for release [optional]
app_min_version string The created releases will be available only for apps with version greater or equal to this value [optional]
app_max_version string The created releases will be available only for apps with version less or equal to this value [optional]

[Back to Model list] [Back to API list] [Back to README]