curl --request PUT \
--url https://api.example.com/v1/organizations/{organizationId}/projects/{projectId}/content/{id} \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"description": "<string>",
"content": {},
"tags": [
"<string>"
],
"folderId": "<string>",
"metadata": {}
}
'