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