Information about the API version.
Properties
Name | Type | Required | Description |
---|---|---|---|
Name | string | ✅ | The version's name. |
Branch | string | ✅ | The branch ID. |
Schemas | List<CreateApiVersion2Schemas> |
✅ | A list of the version's schemas. |
Collections | List<CreateApiVersion2Collections> |
✅ | A list of the version's collections. |
ReleaseNotes | string | ❌ | Information about the API version release. For example, changelog notes. |
Information about the schema.
Properties
Name | Type | Required | Description |
---|---|---|---|
FilePath | string | ❌ | The path to the schema root file in the Git repository. |
Information about the collection.
Properties
Name | Type | Required | Description |
---|---|---|---|
FilePath | string | ❌ | Path to a collection in the Git repository. |