Add creditworthy activity
POST {{baseUrl}}/api/v1/credits
This API adds a creditworthy activity to the user community.
OAuth Scope
Desk.settings.CREATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
name (required) | <string> max chars : 200 | Name of the creditworthy activity |
description | <string> max chars : 200 | Description of the creditworthy activity |
points (required) | <double> | Number of credits associated with the activity |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"isEnabled":"true","name":"Custom Credit","isCustom":"true","description":"This is given to the people who have attended Webinar","id":"3000000000343","points":"100"}