Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 704 Bytes

File metadata and controls

12 lines (9 loc) · 704 Bytes

# EnvironmentCreate

Properties

Name Type Description Notes
key string A URL-friendly name of the environment (i.e: slug). You will be able to query later using this key instead of the id (UUID) of the environment.
name string The name of the environment
description string an optional longer description of the environment [optional]
custom_branch_name string when using gitops feature, an optional branch name for the environment [optional]

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