Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 3.48 KB

CollectionsCreateCollectionRequest.md

File metadata and controls

39 lines (25 loc) · 3.48 KB

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

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_ object 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.