Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.77 KB

File metadata and controls

35 lines (23 loc) · 1.77 KB

CreateApiVersion2

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.

CreateApiVersion2Schemas

Information about the schema.

Properties

Name Type Required Description
FilePath string The path to the schema root file in the Git repository.

CreateApiVersion2Collections

Information about the collection.

Properties

Name Type Required Description
FilePath string Path to a collection in the Git repository.