Skip to main content

CreateApiVersionRequest

CreateApiVersion_1

Information about the API version.

Properties

NameTypeRequiredDescription
namestrThe version's name.
schemasList[CreateApiVersion1Schemas]A list of the version's schemas.
collectionsList[CreateApiVersion1Collections]A list of the version's collections.
release_notesstrInformation about the API version release. For example, changelog notes.

CreateApiVersion_1Schemas

Information about the schema.

Properties

NameTypeRequiredDescription
id_strThe schema's ID.

CreateApiVersion_1Collections

Information about the collection.

Properties

NameTypeRequiredDescription
id_strThe collection's ID.

CreateApiVersion_2

Information about the API version.

Properties

NameTypeRequiredDescription
namestrThe version's name.
branchstrThe branch ID.
schemasList[CreateApiVersion2Schemas]A list of the version's schemas.
collectionsList[CreateApiVersion2Collections]A list of the version's collections.
release_notesstrInformation about the API version release. For example, changelog notes.

CreateApiVersion_2Schemas

Information about the schema.

Properties

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

CreateApiVersion_2Collections

Information about the collection.

Properties

NameTypeRequiredDescription
file_pathstrPath to a collection in the Git repository.

CreateApiVersion_3

Information about the API version.

Properties

NameTypeRequiredDescription
namestrThe version's name.
branchstrThe branch ID.
schemasList[CreateApiVersion3Schemas]A list of the version's schemas.
collectionsList[CreateApiVersion3Collections]A list of the version's collections.
release_notesstrInformation about the API version release. For example, changelog notes.

CreateApiVersion_3Schemas

Information about the schema.

Properties

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

CreateApiVersion_3Collections

Information about the collection.

Properties

NameTypeRequiredDescription
file_pathstrThe 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 →