Notification Subscription Service
Update Subscription
Update existing notification
Note: This service is deprecated. Use the Notification Center Service.
put/events/subscription/{subscriptionId}
Query parameters
accountIdstring
ID of the account associated with your token
Parameters
#/paths/~1events~1subscription~1%7BsubscriptionId%7D/get/parameters/1 — unresolved $ref
Request body
Example request
{
"subscription": {
"endpoint": "SNS_TOPIC_ARN"
}
}Response
Update Subscription Response
Example response
{
"request": {
"id": "46642c7d-bc29-417d-8ce4-79626f00c63c",
"url": "/events/subscription/sis-56879d5c?accountId=act-123abc",
"method": "PUT",
"timestamp": "2018-11-19T13:49:11.911Z"
},
"response": {
"status": {
"code": 200,
"message": "OK"
},
"affectedRows": 1
}
}