POST
/
v1
/
ticket
/
{ticketId}
curl --request POST \
  --url https://qa-api.sbx.solidfi.com/v1/ticket/{ticketId} \
  --header 'Content-Type: application/json' \
  --data '{
  "comment": {
    "body": "ticket update"
  },
  "status": "solved"
}'

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-dashboard-user-email
string
Example:

"{{sd-dashboard-user-email}}"

Path Parameters

ticketId
string
required

Body

application/json
comment
object
status
string
Example:

"solved"