Update collection
curl --request PUT \
--url https://api.portkey.ai/v1/collections/{collectionId} \
--header 'Content-Type: application/json' \
--header 'x-portkey-api-key: <api-key>' \
--data '
{
"name": "<string>"
}
'{}Update Prompt Collection
Updates a collectionβs details
PUT
/
collections
/
{collectionId}
Update collection
curl --request PUT \
--url https://api.portkey.ai/v1/collections/{collectionId} \
--header 'Content-Type: application/json' \
--header 'x-portkey-api-key: <api-key>' \
--data '
{
"name": "<string>"
}
'{}Documentation Index
Fetch the complete documentation index at: https://portkey-docs-fix-cache-hit-elaborate.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Last modified on May 21, 2026
Was this page helpful?
βI

