PUT
/
integration
/
{integrationId}
/
jira
curl --request PUT \
  --url https://api.wirespeed.co/integration/{integrationId}/jira \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "customHeaderKey": "<string>",
  "customHeaderValue": "<string>",
  "ticketProjectId": "<string>",
  "ticketIssueTypeId": "<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

Jira integration ID

Body

application/json