Operation-level versioning

Overview of settings that control versioning for individual REST operations.

Operation-level versioning defines how individual REST operations are associated with one or more API versions. These settings apply to specific functions within a Web service and determine how each operation appears in the OpenAPI documentation for a given version.

Version an operation when changes to its request or response would break existing clients. By introducing a new version of the function and assigning a unique version value, you can publish updated behavior without affecting existing users who rely on earlier versions.

Operation-level versioning settings operate independently of any versioning applied at the service level.