You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
query_calibrationResultId:
name: calibrationResultId
description: |
Calibration result in which the resource(s) will be queried.
in: query
schema:
type: string
example: '1234'
required: true
changing the parameterName (for instance changing here query_calibrationResultI to queryCalibrationResultId,
but keeping the same name shoud not be detected as special : meaning it s a change but not a breaking change , just renaming
currently it is a added / removed
openAPI change can be heavily used in case of refactoring ...
could be hard to detect with may be some edge cased, @daveshanley do not hesitate to close it if not applicable
The text was updated successfully, but these errors were encountered:
given an endpoint with a query parameter
parameters:
- $ref: '#/components/parameters/query_calibrationResultId'
given
changing the parameterName (for instance changing here query_calibrationResultI to queryCalibrationResultId,
but keeping the same name shoud not be detected as special : meaning it s a change but not a breaking change , just renaming
currently it is a added / removed
openAPI change can be heavily used in case of refactoring ...
could be hard to detect with may be some edge cased, @daveshanley do not hesitate to close it if not applicable
The text was updated successfully, but these errors were encountered: