Skip to content
Pile
Esc
↑↓navigate↵open⌘Jpreview

Create support widget idea

POST/support/widget/{key}/ideas
Path parameters
keystringrequired
Header parameters
x-pile-widget-sessionstringrequired
Request body
application/json
titlestringrequired
min length 3 · max length 200
textstring
max length 5000
Responses
201

Public idea ticket created and auto-voted by the author

ticketIdstringrequired
voteCountnumberrequired
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X POST '/support/widget/string/ideas' \
  -H 'x-pile-widget-session: string' \
  -H 'Content-Type: application/json' \
  -d '{
  "title": "string",
  "text": "string"
}'
Response
{
  "ticketId": "string",
  "voteCount": 0
}