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

33 lines
951 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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