Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 3.45 KB

CollectionsCreateCollectionRequest.md

File metadata and controls

39 lines (25 loc) · 3.45 KB

CollectionsCreateCollectionRequest

Properties

Name Type Required Description
collection CreateCollectionCollection1 For a complete list of values, refer to the collection.json schema file.

CreateCollectionCollection_1

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 List[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.

CollectionInfo_1

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 str The collection's name.
schema str A URL to the collection's schema.

CollectionItem

Properties

Name Type Required Description
request dict 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.