---
title: "updateCardsStickersByIdCardByIdSticker()"
method: PUT
path: "/cards/{idCard}/stickers/{idSticker}"
tags: ["card"]
---

# updateCardsStickersByIdCardByIdSticker()

`PUT /cards/{idCard}/stickers/{idSticker}`

## Path parameters

- `idCard` string, required
- `idSticker` string, required

## Query parameters

- `key` string, required
- `token` string, required

## Request body

- CardsStickers
  - `image` string — a string with a length from 0 to 16384
  - `left` string — undefined
  - `rotate` string — undefined
  - `top` string — undefined
  - `zIndex` string — Valid Z values for stickers, must be an integer

## Response `200`

Success

## Other responses

- `400` — Server rejection

---

[API](https://skmtc.net/apis-guru/apis/trello.md) · [All operations](https://skmtc.net/apis-guru/apis/trello/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apis-guru/trello/versions/74afdba5e145/schema)
