Version
A Version represents a specific instance of the configuration for a service. A Version can be cloned, locked, activated, or deactivated.
Data model
active | boolean | Whether this is the active version or not. |
comment | string | A freeform descriptive note. |
created_at | string | Date and time in ISO 8601 format. |
deleted_at | string | Date and time in ISO 8601 format. |
deployed | boolean | Unused at this time. |
locked | boolean | Whether this version is locked or not. Objects can not be added or edited on locked versions. |
number | integer | The number of this version. |
service_id | string | Alphanumeric string identifying the service. |
staging | boolean | Unused at this time. |
testing | boolean | Unused at this time. |
updated_at | string | Date and time in ISO 8601 format. |