Intercom API
Getting access, Developing, Testing
Back to IntercomUpdate a collection
You can update the details of a single collection by making a PUT request to https://api.intercom.io/collections/<id>
.
Input
type: object
properties:
parameters:
type: object
properties:
Intercom-Version:
type: number
Content-Type:
type: string
Accept:
type: string
id:
type: integer
description: The unique identifier for the collection which is given by Intercom.
required:
- id
title: Parameters