Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 2.12 KB

PatchCollectionRequest.md

File metadata and controls

31 lines (21 loc) · 2.12 KB

PatchCollectionRequest

Properties

Name Type Required Description
collection PatchCollectionCollection1

PatchCollectionCollection_1

Properties

Name Type Required Description
info CollectionInfo2 An object that contains the collection's updated name and description.
variables dict The collection's updated variables. Refer to "#/definitions/variable" in the collection.json schema file.
auth dict The collection's updated authentication. Refer to "#/definitions/auth-attribute" in the collection.json schema file.
events dict The collection's updated events. Refer to "#/definitions/event" in the collection.json schema file.

CollectionInfo_2

An object that contains the collection's updated name and description.

Properties

Name Type Required Description
name str The collection's updated name.
description str The collection's updated description.