Incorrect spelling in API documentation for Get alert

XMLWordPrintable

    • 1
    • Severity 3 - Minor

      Issue Summary

      In our API endpoint documentation here, the response fields show:

      "lastOccurredAt": "2022-04-01T00:00:00Z"

      However, the actual API response you’re receiving currently uses:

      "lastOccuredAt": "2025-11-24T05:40:27.253Z"

      Steps to Reproduce

      1. Do a curl to the Endpoint

      Expected Results

      "lastOccuredAt": "2025-11-24T05:40:27.253Z"

      Actual Results

      "lastOccurredAt": "2022-04-01T00:00:00Z"

      Workaround

      Use the response instead of documentation:

      "lastOccurredAt": "2022-04-01T00:00:00Z"

              Assignee:
              Unassigned
              Reporter:
              Syahrul
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: