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": {}
}
'Updates a rule’s title or description. Only space admins can update rules.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
null to clear.