curl --request PATCH \
--url https://api.replyke.com/api/v6/:projectId/api/v7/collections/:collectionId \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'Rename a collection
curl --request PATCH \
--url https://api.replyke.com/api/v6/:projectId/api/v7/collections/:collectionId \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'parentId: null, which this endpoint rejects).
Collection Not Found — 404
{ "error": "Collection not found", "code": "collection/not-found" }
Server Error — 500
{ "error": "Server error", "code": "collection/server-error" }