From 6e7dfbe023bbe9e664770ee551feb997833ee3c1 Mon Sep 17 00:00:00 2001 From: Michael Hobson <102111177+michaelhobson@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:45:18 -0500 Subject: [PATCH 1/2] changing status IDs to strings --- modules/appeals_api/catalog-info-v1.yaml | 4 ++-- modules/va_forms/catalog-info.yaml | 4 ++-- modules/vba_documents/catalog-info.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/appeals_api/catalog-info-v1.yaml b/modules/appeals_api/catalog-info-v1.yaml index a95fee8ac5c..0e0a9953d74 100644 --- a/modules/appeals_api/catalog-info-v1.yaml +++ b/modules/appeals_api/catalog-info-v1.yaml @@ -5,8 +5,8 @@ metadata: description: The Decision Reviews API is a collection of submission paths and services in support of the decision review process pursuant to the Appeals Modernization Act of 2017. The API enables applications that allow Veterans to digitally submit Higher-Level Reviews (VA form 21-0996), Supplemental Claims (VA form 21-0995), and Notices of Disagreement (VA form 21-10182) into the mail handling system. End-users of the API can use it to retrieve a list of issues eligible for appeal for each decision review type, find appeals from the legacy appeals process that are eligible to be moved into the AMA process, and submit forms and accompanying evidence to initiate an appeal. title: Decision Reviews API v1 annotations: - datadog/production-monitor-id: 130949 - datadog/sandbox-monitor-id: 130902 + datadog/production-monitor-id: '130949' + datadog/sandbox-monitor-id: '130902' tags: - internal - lighthouse diff --git a/modules/va_forms/catalog-info.yaml b/modules/va_forms/catalog-info.yaml index b7724bcb974..263005abce5 100644 --- a/modules/va_forms/catalog-info.yaml +++ b/modules/va_forms/catalog-info.yaml @@ -5,8 +5,8 @@ metadata: description: The VA Forms API makes available the latest version of every VA form. Consumers of this API can search by form number, keyword, or title, get a link to the form in PDF format, get detailed form metadata, find the latest date of PDF changes and the SHA256 checksum, and identify when a form is deleted by the VA. title: VA Forms API annotations: - datadog/sandbox-monitor-id: 130870 - datadog/production-monitor-id: 130899 + datadog/sandbox-monitor-id: '130870' + datadog/production-monitor-id: '130899' tags: - forms - ruby diff --git a/modules/vba_documents/catalog-info.yaml b/modules/vba_documents/catalog-info.yaml index 1bf2a2745b9..44e612b46e2 100644 --- a/modules/vba_documents/catalog-info.yaml +++ b/modules/vba_documents/catalog-info.yaml @@ -5,8 +5,8 @@ metadata: description: The Benefits Intake API is an unstructured submission path for VA documents in PDF format. It enables applications that allow Veterans, Non-Veteran Claimants, and other users to digitally submit forms, claims and appeals evidence, and other documents in PDF format into the mail handling system. End-users of the API can submit any PDF no larger than 78" x 101" and up to 100MB and check the status of their submissions as they progress through the Central Mail Portal. title: Benefits Intake API annotations: - datadog/production-monitor-id: 130842 - datadog/sandbox-monitor-id: 130855 + datadog/production-monitor-id: '130842' + datadog/sandbox-monitor-id: '130855' tags: - benefits - intake From 491cbb0912637149048805cc9f6a1eb50500b669 Mon Sep 17 00:00:00 2001 From: Michael Hobson <102111177+michaelhobson@users.noreply.github.com> Date: Fri, 20 Dec 2024 16:56:25 -0800 Subject: [PATCH 2/2] fixing status ids, adding release notes --- modules/appeals_api/catalog-info-v1.yaml | 2 ++ modules/appeals_api/catalog-info.yaml | 3 +++ modules/va_forms/catalog-info.yaml | 3 ++- modules/vba_documents/catalog-info.yaml | 1 + 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/appeals_api/catalog-info-v1.yaml b/modules/appeals_api/catalog-info-v1.yaml index 0e0a9953d74..1201e7bac57 100644 --- a/modules/appeals_api/catalog-info-v1.yaml +++ b/modules/appeals_api/catalog-info-v1.yaml @@ -7,6 +7,8 @@ metadata: annotations: datadog/production-monitor-id: '130949' datadog/sandbox-monitor-id: '130902' + code.va.gov/api-id: 'appeals' + tags: - internal - lighthouse diff --git a/modules/appeals_api/catalog-info.yaml b/modules/appeals_api/catalog-info.yaml index 9239c9e30b6..dcc6d7fbf07 100644 --- a/modules/appeals_api/catalog-info.yaml +++ b/modules/appeals_api/catalog-info.yaml @@ -4,6 +4,9 @@ metadata: name: decision-reviews-v2 description: The Decision Reviews API is a collection of submission paths and services in support of the decision review process pursuant to the Appeals Modernization Act of 2017. The API enables applications that allow Veterans to digitally submit Higher-Level Reviews (VA form 21-0996), Supplemental Claims (VA form 21-0995), and Notices of Disagreement (VA form 21-10182) into the mail handling system. End-users of the API can use it to retrieve a list of issues eligible for appeal for each decision review type, find appeals from the legacy appeals process that are eligible to be moved into the AMA process, and submit forms and accompanying evidence to initiate an appeal. title: Decision Reviews API v2 + annotations: + code.va.gov/api-id: 'appeals' + tags: - internal - lighthouse diff --git a/modules/va_forms/catalog-info.yaml b/modules/va_forms/catalog-info.yaml index 263005abce5..ef662efcb20 100644 --- a/modules/va_forms/catalog-info.yaml +++ b/modules/va_forms/catalog-info.yaml @@ -6,7 +6,8 @@ metadata: title: VA Forms API annotations: datadog/sandbox-monitor-id: '130870' - datadog/production-monitor-id: '130899' + datadog/production-monitor-id: '130899'git + code.va.gov/api-id: 'vaForms' tags: - forms - ruby diff --git a/modules/vba_documents/catalog-info.yaml b/modules/vba_documents/catalog-info.yaml index 44e612b46e2..4ef7b9ffd95 100644 --- a/modules/vba_documents/catalog-info.yaml +++ b/modules/vba_documents/catalog-info.yaml @@ -7,6 +7,7 @@ metadata: annotations: datadog/production-monitor-id: '130842' datadog/sandbox-monitor-id: '130855' + code.va.gov/api-id: 'benefits' tags: - benefits - intake