Skip to main content
PUT
/
api
/
bot
/
notification-config
cURL
curl --request PUT \
  --url https://api.production.hyperoru.com/api/bot/notification-config \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "config": {}
}'
{
  "config": {}
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Body

application/json

Notification config payload (free-form for forward compatibility).

config
object
required

Response

Notification config updated

Notification config payload (free-form for forward compatibility).

config
object
required