---
title: "PUT /v1/influencers/{id}/collaborations/{collaborationId}"
method: PUT
path: "/v1/influencers/{id}/collaborations/{collaborationId}"
tags: ["Influencer Collaborations"]
---

# PUT /v1/influencers/{id}/collaborations/{collaborationId}

`PUT /v1/influencers/{id}/collaborations/{collaborationId}`

Update a collaboration

## Path parameters

- `id` string, required
- `collaborationId` string, required

## Headers

- `Authorization` string

## Request body

- InfluencerCollaboration
  - `id` string
  - `tenantId` string
  - `subtenantId` string
  - `influencerId` string
  - `name` string
  - `status` 'ACTIVE' | 'COMPLETED'
  - `startDate` string
  - `endDate` string
  - `briefingHtml` string
  - `promotedProduct` string
  - `goals` InfluencerGoal[]
    - `description` string
    - `kpi` 'NUMBER_OF_POSTS' | 'IMPRESSIONS' | 'LIKES' | 'COMMENTS' | 'ENGAGEMENTS'
    - `goalValue` string
    - `startDate` string
    - `endDate` string
  - `cost` InfluencerCost
    - `amount` number, double
    - `note` string
  - `createdAt` string
  - `updatedAt` string

## Response `default`

default response

## Changes

- **2026-08-29** `6b7ccc7e2651` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/adhook/apis/adhook-io-api/changes/v1/influencers/:id/collaborations/:collaborationId/put.md)

---

[API](https://skmtc.dev/adhook/apis/adhook-io-api.md) · [All operations](https://skmtc.dev/adhook/apis/adhook-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adhook/adhook-io-api/revisions/1fc844ab59a1/schema)
