---
title: "edits \"my content\" items. 🔐"
method: PUT
path: "/v3/mycontent/{id}"
tags: ["mycontent"]
---

# edits "my content" items. 🔐

`PUT /v3/mycontent/{id}`

modifies an existing "my content" item

## Path parameters

- `id` string, required

## Request body

- UpdatemycontentModel
  - `name` string — (optional) Name
  - `url` string — (optional) URL
  - `password` string — (optional) password
  - `type` 'none' | 'default' | 'product' | 'content' | 'blog' — (optional) type of content (default,product,content)
  - `cors` boolean — (optional) cross origin ability flag
  - `icon` string — (optional) name of a certain icon

## Response `200`

Success

- string

---

[API](https://skmtc.net/cleverreach/apis/cleverreach-rest-api.md) · [All operations](https://skmtc.net/cleverreach/apis/cleverreach-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cleverreach/cleverreach-rest-api/revisions/7248a065f67f/schema)
