mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 08:04:28 +08:00
33 lines
951 B
JSON
33 lines
951 B
JSON
{
|
||
"sections": [
|
||
"title",
|
||
"description",
|
||
"fields",
|
||
"usage"
|
||
],
|
||
"title": "ChatterAnswersReputationLevel - Data API",
|
||
"description": "Represents a reputation level within a Chatter Answers zone. This object is available in API version 26.0 and later.",
|
||
"fields_columns": [
|
||
"type",
|
||
"properties",
|
||
"description"
|
||
],
|
||
"fields": {
|
||
"CommunityID": {
|
||
"type": "reference",
|
||
"properties": "Create, Filter, Group, Sort",
|
||
"description": "ID of the zone for which you’re creating the reputation level."
|
||
},
|
||
"Name": {
|
||
"type": "string",
|
||
"properties": "Create, Filter, Group, Sort, Update",
|
||
"description": "Name of the reputation level."
|
||
},
|
||
"Value": {
|
||
"type": "int",
|
||
"properties": "Create, Filter, Group, Sort, Update",
|
||
"description": "Minimum number of points for this level."
|
||
}
|
||
},
|
||
"usage": "Use to create or edit reputation levels for the zone."
|
||
} |