Skip to main content
PATCH
/
v1
/
items
/
{item_id}
Rename item
curl --request PATCH \
  --url https://api.clipping.cc/v1/items/{item_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>"
}
'
{
  "item": {
    "item_id": "<string>",
    "type": "<string>",
    "name": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.clipping.cc/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key: Authorization: Bearer ck_live_…

Path Parameters

item_id
string
required

Body

application/json
name
string

Response

Updated.

item
object