curl --request POST \
--url https://api.example.com/iser/save-editor-rules \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 123,
"settings": [
{
"editorRuleTypeID": 123,
"status": true,
"ruleValueInt": 123,
"ruleValueString": "<string>",
"ruleValueDecimal": 123
}
]
}
'{
"success": true,
"data": "<unknown>"
}Save Iser Editor Rules.
curl --request POST \
--url https://api.example.com/iser/save-editor-rules \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"languageID": 123,
"settings": [
{
"editorRuleTypeID": 123,
"status": true,
"ruleValueInt": 123,
"ruleValueString": "<string>",
"ruleValueDecimal": 123
}
]
}
'{
"success": true,
"data": "<unknown>"
}