Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.87 KB

File metadata and controls

35 lines (23 loc) · 1.87 KB

CreateApiVersion3

Information about the API version.

Properties

Name Type Required Description
Name string The version's name.
Branch string The branch ID.
Schemas List<CreateApiVersion3Schemas> A list of the version's schemas.
Collections List<CreateApiVersion3Collections> A list of the version's collections.
ReleaseNotes string Information about the API version release. For example, changelog notes.

CreateApiVersion3Schemas

Information about the schema.

Properties

Name Type Required Description
DirectoryPath string The path to the root directory where schemas are stored in the Git repository.

CreateApiVersion3Collections

Information about the collection.

Properties

Name Type Required Description
FilePath string The path to the collection in the Git repository.