Discord

Update Discord integration

Update the Discord integration. Omitted fields keep their current value, and event toggles are merged into the existing set.

patch/discord-integration/project/{projectId}

Path parameters

projectIdstring required

Request body

webhookUrlstring
channelNamestring nullable
isActiveboolean

Response

The updated integration

idstring required
projectIdstring required
channelNamestring nullable required
webhookConfiguredboolean required
maskedWebhookUrlstring required

The webhook URL with its secret path segment masked, or an empty string when none is set.

isActiveboolean nullable required
createdAtstring date-time required
updatedAtstring date-time required

Changes

Changed in 2 of the 23 revisions of this API.25

  • 08bbb5bedb5d24See the full diff
    • the request property channelName became not nullable

      request-property-became-not-nullable

    • the response's body became nullable

      response-body-became-nullable

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added