curl --request PATCH \
--url https://api.replyke.com/api/v6/:projectId/api/v7/spaces/:spaceId/rules/reorder \
--header 'Content-Type: application/json' \
--data '
{
"ruleIds": [
"<string>"
]
}
'Reorder the community rules for a space
curl --request PATCH \
--url https://api.replyke.com/api/v6/:projectId/api/v7/spaces/:spaceId/rules/reorder \
--header 'Content-Type: application/json' \
--data '
{
"ruleIds": [
"<string>"
]
}
'Invalid Rule IDs — 400
{ "error": "Some rule IDs were not found in this space.", "code": "rule/invalid-ids", "missingIds": ["..."] }