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 | any | ❌ | The collection's updated variables. Refer to "#/definitions/variable" in the collection.json schema file. |
auth | any | ❌ | The collection's updated authentication. Refer to "#/definitions/auth-attribute" in the collection.json schema file. |
events | any | ❌ | 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