Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 3.5 KB

File metadata and controls

52 lines (33 loc) · 3.5 KB

AddApiCollection3

Properties

Name Type Required Description
Data AddApiCollection3Data Information about the collection's contents, such as requests and responses. For a complete list of values, refer to the collection.json schema file.
OperationType AddApiCollection3OperationType The CREATE_NEW method.

AddApiCollection3Data

Information about the collection's contents, such as requests and responses. For a complete list of values, refer to the collection.json schema file.

Properties

Name Type Required Description
Info DataInfo Information about the collection.
Item List<object> Information about the requests and responses in the collection. For a complete list of values, refer to the collection.json schema file.

DataInfo

Information about the collection.

Properties

Name Type Required Description
Name string The collection's name.
Schema InfoSchema The collection's schema format.

InfoSchema

The collection's schema format.

Properties

Name Type Required Description
HttpsSchemaGetpostmanComJsonCollectionV2_1_0CollectionJson string "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"

AddApiCollection3OperationType

The CREATE_NEW method.

Properties

Name Type Required Description
CreateNew string "CREATE_NEW"