Update notification app

This API updates the specific notification application.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
{
  "notification_app": {
    "app_type": "email",
    "nickname": "user friendly app name",
    "notification_app_parameters": {
      "username": "app username",
      "email": "valid email",
      "email_template_id": "Unique template ID",
      "email_subject": "",
      "email_body_html": "",
      "message": ""
    }
  }
}
{
  "notification_app": {
    "app_type": "sms",
    "nickname": "required",
    "notification_app_parameters": {
      "username": "",
      "message": "",
      "country_code": "",
      "phone_number": ""
    }
  }
}
{
  "notification_app": {
    "app_type": "push_ios",
    "nickname": "required",
    "notification_app_parameters": {
      "message": "",
      "registration_id": "",
      "application_id": "",
      "push_sound": "",
      "push_mdata": ""
    }
  }
}
{
  "notification_app": {
    "app_type": "push_android",
    "nickname": "required",
    "notification_app_parameters": {
      "message": "",
      "registration_id": "",
      "push_sound": "",
      "push_mdata": ""
    }
  }
}
{
  "notification_app": {
    "app_type": "push_android_fcm",
    "nickname": "required",
    "notification_app_parameters": {
      "message": "",
      "registration_id": "",
      "push_sound": "",
      "push_mdata": ""
    }
  }
}
{
  "notification_app": {
    "app_type": "push_baidu",
    "nickname": "required",
    "notification_app_parameters": {
      "message": "",
      "channel_id": "",
      "application_id": "",
      "push_sound": "",
      "data": ""
    }
  }
}
Path Params
string
required

Unique notification identifier.

string
required

Unique notification app identifier.

Body Params
json
required
Responses

401

Unauthorized

403

Forbidden

404

Not Found

422

Unprocessable Entity

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json