Add push integration message
x-ms-visibility: "important"
Creates a new push integration message for the authenticated user.
application/json
Request Body
The push integration message to create
pushIntegrationEndpointId int64
messageType string
enabled boolean
additionalDetails string
Responses
- 201
- 400
- 401
Push integration message successfully created.
application/json
Schema
Example (from schema)
Schema
message object
id int64
messageType string
pushIntegrationEndpointId int64
enabled boolean
additionalDetails string
createdAt date-time
updatedAt date-time
{
"message": {
"id": 0,
"messageType": "string",
"pushIntegrationEndpointId": 0,
"enabled": true,
"additionalDetails": "string",
"createdAt": "2025-04-10T07:03:12.481Z",
"updatedAt": "2025-04-10T07:03:12.481Z"
}
}
Validation error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorized.
Loading...