You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
{
"moderator": true,
"moderatorInfo": {
"fee": {
"feeType": "PERCENTAGE",
"percentage": 10
},
"description": "Describe the scribe.",
"termsAndConditions": "The terms are germs.",
"languages": [
"en-US"
]
}
}
It errors with:
invalid profile: percentage moderator fee should not include a fixed fee or should use (FIXED_PLUS_PERCENTAGE) feeType
Expectation:
The server will infer which fields moderatorInfo fields in the profile are needed based off of the provided feeType and clear out / reset unneeded ones.