Skip to content

Conversation

@pasha-zayko
Copy link
Contributor

Updating 2 api endpoints to reflect support for query search parameters dateStart and dateEnd when retrieving License report data

Updating 2 api endpoints to reflect support for query search parameters dateStart and dateEnd when retrieving License report data
@pasha-zayko pasha-zayko self-assigned this Jun 12, 2025
Copilot AI review requested due to automatic review settings June 12, 2025 14:56
@pasha-zayko pasha-zayko added the enhancement New feature or request label Jun 12, 2025
Copy link

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 API endpoints to support query search parameters for filtering License report data by date. Key changes include:

  • Bumping the package version from 2.1.0 to 2.1.1.
  • Adding query parameters (dateStart and dateEnd) to the OpenAPI specification.
  • Updating endpoint descriptions to mention the new filtering options.

Reviewed Changes

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

File Description
src/dataGateway/TypeScript/package.json Bumps version to reflect updated API endpoints.
specs/Data-Gateway.json Adds query parameters for date filtering and updates endpoint descriptions accordingly.
Comments suppressed due to low confidence (1)

specs/Data-Gateway.json:1167

  • The operationId uses ':' notation for tenantId, which is inconsistent with the URL's '{tenantId}' format. Consider using a consistent parameter notation.
"operationId": "/Api/LicenseReport/Correlation/Tenant/:tenantId/Get",

Correcting typo
Updating version in lock file
Copy link
Contributor

@elliot-huffman elliot-huffman left a comment

Choose a reason for hiding this comment

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

Looks good to me

@elliot-huffman elliot-huffman merged commit 9d117d3 into main Jun 23, 2025
6 checks passed
@elliot-huffman elliot-huffman deleted the pasha-reflect-dg-dates branch June 23, 2025 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants