PatchCollectionRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
Collection | PatchCollectionCollection1 | ❌ |
PatchCollectionCollection1
Properties
Name | Type | Required | Description |
---|---|---|---|
Info | CollectionInfo2 | ❌ | An object that contains the collection's updated name and description. |
Variables | object | ❌ | The collection's updated variables. Refer to "#/definitions/variable" in the collection.json schema file. |
Auth | object | ❌ | The collection's updated authentication. Refer to "#/definitions/auth-attribute" in the collection.json schema file. |
Events | object | ❌ | The collection's updated events. Refer to "#/definitions/event" in the collection.json schema file. |
CollectionInfo2
An object that contains the collection's updated name and description.
Properties
Name | Type | Required | Description |
---|---|---|---|
Name | string | ❌ | The collection's updated name. |
Description | string | ❌ | The collection's updated description. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs