Skip to main content

Add push integration configuration

x-ms-visibility: "important"

Creates a new push integration configuration for the authenticated user.

Request Body

The push integration configuration to create

    name string
    enabled boolean
Responses

Push integration configuration successfully created.


Schema
    configuration object
    id int64
    name string
    enabled boolean
    endpoints object[]
  • Array [
  • id int64
    pushIntegrationConfigurationId int64
    endpointType string
    connectionDetails string
    messages object[]
  • Array [
  • id int64
    messageType string
    pushIntegrationEndpointId int64
    enabled boolean
    additionalDetails string
    createdAt date-time
    updatedAt date-time
  • ]
  • createdAt date-time
    updatedAt date-time
  • ]
  • createdAt date-time
    updatedAt date-time
Loading...