From 6a025503b65c4b8ff63d16ec4d1f8feb977ca5f1 Mon Sep 17 00:00:00 2001 From: dkoeni <116151702+dkoeni@users.noreply.github.com> Date: Mon, 17 Aug 2026 11:12:24 +0000 Subject: [PATCH] Rename GET /accounts endpoint to /ais in account API Issue #3 requests renaming the /accounts list endpoint to /ais due to standard changes. Scope per the issue is limited to this single endpoint (accountAPI/AIS only); /accounts/{accountId} and its sub-resources are unaffected. Co-Authored-By: sfti-agent --- src/accountAPI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accountAPI.yaml b/src/accountAPI.yaml index e4a245e..aa9e781 100644 --- a/src/accountAPI.yaml +++ b/src/accountAPI.yaml @@ -36,7 +36,7 @@ security: - read - write paths: - /accounts: + /ais: get: tags: - accounts