PUT
/
integration
/
{integrationId}
/
connectwise-psa
curl --request PUT \
  --url https://api.wirespeed.co/integration/{integrationId}/connectwise-psa \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "ticketCompanyId": "<string>",
  "ticketBoardId": "<string>",
  "ticketTypeId": "<string>",
  "ticketPriorityId": "<string>",
  "ticketPriorityUseSeverity": true,
  "ticketStatusId": "<string>",
  "ticketPreventedPriorityId": "<string>",
  "ticketPreventedPriorityUseSeverity": true,
  "ticketPreventedStatusId": "<string>",
  "ticketAutoContainedPriorityId": "<string>",
  "ticketAutoContainedPriorityUseSeverity": true,
  "ticketAutoContainedStatusId": "<string>",
  "ticketContainedPriorityId": "<string>",
  "ticketContainedStatusId": "<string>",
  "ticketClosedPriorityId": "<string>",
  "ticketClosedStatusId": "<string>",
  "ticketRespondedPriorityId": "<string>",
  "ticketRespondedStatusId": "<string>",
  "criticalSeverityPriorityId": "<string>",
  "highSeverityPriorityId": "<string>",
  "mediumSeverityPriorityId": "<string>",
  "lowSeverityPriorityId": "<string>",
  "informationalSeverityPriorityId": "<string>"
}'
This response has no body data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

integrationId
string
required

ConnectWise PSA integration ID

Body

application/json