CollectionsCreateCollectionRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
collection | CreateCollectionCollection1 | ❌ | For a complete list of values, refer to the collection.json schema file. |
CreateCollectionCollection1
For a complete list of values, refer to the collection.json schema file.
Properties
Name | Type | Required | Description |
---|---|---|---|
info | CollectionInfo1 | ✅ | An object that contains basic information about the collection. For a complete list of values, refer to the definitions.info entry in the collection.json schema file. |
item | CollectionItem[] | ❌ | Information about the collection's HTTP requests and responses. For a complete list of values, refer to the definitions.item entry in the collection.json schema file. |
CollectionInfo1
An object that contains basic information about the collection. For a complete list of values, refer to the definitions.info
entry in the collection.json schema file.
Properties
Name | Type | Required | Description |
---|---|---|---|
name | string | ✅ | The collection's name. |
schema | string | ✅ | A URL to the collection's schema. |
CollectionItem
Properties
Name | Type | Required | Description |
---|---|---|---|
request | any | ✅ | The collection's request information. For a complete list of values, refer to the collection.json schema file. If you pass an empty object for this value, the system defaults to an untitled GET request. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs