curl --request PATCH \
--url https://api.replyke.com/api/v6/:projectId/api/v7/spaces/:spaceId/rules/:ruleId \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"description": {}
}
'Update an existing community rule
curl --request PATCH \
--url https://api.replyke.com/api/v6/:projectId/api/v7/spaces/:spaceId/rules/:ruleId \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"description": {}
}
'null to clear.