How can we help you?

The HealthResponse object

Product: FeraCalendar Topic: API Versions: Applies to all documented versions Current

Audience: Application developers
Editorial status: Published — Source Validated
Product: FeraCalendar
Classification: public-protocol

Attributes

Field Type Required Description
success boolean Yes Indicates that the adapter process is running.
service string Yes Stable adapter service identifier.

Example

{
    "success": true,
    "service": "calendar.caldav"
}

Source

openapi/openapi.json#/components/schemas/HealthResponse