Skip to content

chore: update v3 OpenAPI specs to v3.618.0#8

Closed
Ed Fricker (beastawakens) wants to merge 1 commit into
mainfrom
sync/v3.618.0
Closed

chore: update v3 OpenAPI specs to v3.618.0#8
Ed Fricker (beastawakens) wants to merge 1 commit into
mainfrom
sync/v3.618.0

Conversation

@beastawakens
Copy link
Copy Markdown
Member

@beastawakens Ed Fricker (beastawakens) commented May 29, 2026

User description

Automated v3 OpenAPI spec update for v3.618.0.


PR Type

enhancement


Description

  • Update biometric authentication endpoint path from /v3/authenticate to /v3/authentication

  • Bump OpenAPI specs version to v3.618.0


Diagram Walkthrough

flowchart LR
  A["v3-biometric-authentication-entry.yaml"] -- "path change" --> B["/v3/authentication"]
  C["README.md"] -- "endpoint update" --> B
  D["CHANGELOG.md"] -- "documents" --> E["v3.618.0 release"]
Loading

File Walkthrough

Relevant files
Documentation
CHANGELOG.md
Add v3.618.0 changelog entry                                                         

CHANGELOG.md

  • Added new changelog entry for v3.618.0 release dated 2026-05-29
  • Documents the update to v3-biometric-authentication-entry
+5/-0     
README.md
Fix authentication endpoint path in spec table                     

README.md

  • Updated the endpoint column for Biometric Authentication from POST
    /v3/authenticate to POST /v3/authentication
+1/-1     
Enhancement
v3-biometric-authentication-entry.yaml
Rename authenticate path to authentication                             

specs/v3/v3-biometric-authentication-entry.yaml

  • Changed the API path from /v3/authenticate to /v3/authentication
+1/-1     


Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.
  • Copilot AI review requested due to automatic review settings May 29, 2026 04:38
    @prfectionist
    Copy link
    Copy Markdown

    prfectionist Bot commented May 29, 2026

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🏅 Score: 85
    🧪 No relevant tests
    🔒 No security concerns identified
    🔀 No multiple PR themes
    ⚡ Recommended focus areas for review

    Missing Blank Line

    The ## [Unreleased] heading and ## [v3.618.0] heading are on consecutive lines without a blank line between them, which breaks the changelog format used by other entries.

    ## [Unreleased]
    ## [v3.618.0] - 2026-05-29

    @prfectionist
    Copy link
    Copy Markdown

    prfectionist Bot commented May 29, 2026

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    Copy link
    Copy Markdown

    Copilot AI left a comment

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Pull request overview

    This PR updates the v3 API reference to reflect the v3.618.0 spec sync, primarily renaming the biometric authentication endpoint path.

    Changes:

    • Updates Biometric Authentication path from /v3/authenticate to /v3/authentication.
    • Updates the README spec table to match the new endpoint.
    • Adds a v3.618.0 changelog entry.

    Reviewed changes

    Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

    File Description
    specs/v3/v3-biometric-authentication-entry.yaml Renames the Biometric Authentication OpenAPI path.
    README.md Updates the generated endpoint table entry for Biometric Authentication.
    CHANGELOG.md Documents the v3.618.0 spec update.

    💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

    Comment thread CHANGELOG.md
    Comment on lines 7 to +8
    ## [Unreleased]
    ## [v3.618.0] - 2026-05-29
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    3 participants