Skip to main content

CreateApiVersionRequest

CreateApiVersion1

Information about the API version.

Properties

NameTypeRequiredDescription
namestringThe version's name.
schemasCreateApiVersion1Schemas[]A list of the version's schemas.
collectionsCreateApiVersion1Collections[]A list of the version's collections.
releaseNotesstringInformation about the API version release. For example, changelog notes.

CreateApiVersion1Schemas

Information about the schema.

Properties

NameTypeRequiredDescription
idstringThe schema's ID.

CreateApiVersion1Collections

Information about the collection.

Properties

NameTypeRequiredDescription
idstringThe collection's ID.

CreateApiVersion2

Information about the API version.

Properties

NameTypeRequiredDescription
namestringThe version's name.
branchstringThe branch ID.
schemasCreateApiVersion2Schemas[]A list of the version's schemas.
collectionsCreateApiVersion2Collections[]A list of the version's collections.
releaseNotesstringInformation about the API version release. For example, changelog notes.

CreateApiVersion2Schemas

Information about the schema.

Properties

NameTypeRequiredDescription
filePathstringThe path to the schema root file in the Git repository.

CreateApiVersion2Collections

Information about the collection.

Properties

NameTypeRequiredDescription
filePathstringPath to a collection in the Git repository.

CreateApiVersion3

Information about the API version.

Properties

NameTypeRequiredDescription
namestringThe version's name.
branchstringThe branch ID.
schemasCreateApiVersion3Schemas[]A list of the version's schemas.
collectionsCreateApiVersion3Collections[]A list of the version's collections.
releaseNotesstringInformation about the API version release. For example, changelog notes.

CreateApiVersion3Schemas

Information about the schema.

Properties

NameTypeRequiredDescription
directoryPathstringThe path to the root directory where schemas are stored in the Git repository.

CreateApiVersion3Collections

Information about the collection.

Properties

NameTypeRequiredDescription
filePathstringThe path to the collection in the Git repository.

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →