generated from camaraproject/Template_API_Repository
-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
Spring25documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Problem description
As in geofencing, I propose to constrain the string format whenever possible to simply implementation and clarify usage.
For example, everywhere we use notification :Geolocation, Qod, DeviceStatus and SimSwap ...
NotificationUrl:
type: string
example: "https://application-server.com"
description: https callback address where the event notification must be POST-edWould be
NotificationUrl:
type: string
format: uri
example: "https://application-server.com"
description: https callback address where the event notification must be POST-edExpected action
Add paragraph in guidelinse to describe this
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Spring25documentationImprovements or additions to documentationImprovements or additions to documentation