Notification Locales

Create a Notification Locale

POST https://api.cirro.io/v2/notification_locales

Parameters

ParameterTypeNote
localerequiredstringLocale code e.g. 'de' or 'en'

Example

1client = CirroIOV2::Client.new(...)
2client.NotificationLocale.create(
3 locale: :de
4)
Previous
About Notification Locales