Properties
Name | Type | Required | Description |
---|---|---|---|
collection | PatchCollectionCollection1 | ❌ |
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. |
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. |