2.1.1 Version object
Represents a Playable version. Once a version of a playable is released by the author, that version becomes immutable. Subsequent changes will be made in a new version.
Example
{
"id": "7bYT",
"draft": false,
"released": "2015-08-26T15:47:31Z"
}
Fields
| Field | Type | Description |
|---|---|---|
idrequired |
String | The version code. A version code is a four-letter random based code that uniquely defines this version. Example value: 7bYT |
draftoptional |
Boolean | Indicates whether this is a draft (working) version, not yet released to others. |
releasedoptional |
Timestamp | The date this version was released. If this is a draft version, there is no release date. |
messageoptional |
String | An optional message left by the user who has committed this version. Messages do not apply to the draft version. |
Last updated on