afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/ChatterAnswersReputationLevel.json

33 lines
951 B
JSON
Raw Normal View History

{
"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 youre 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."
}