| Parameter | Type | Description | Example |
|---|---|---|---|
| object | API Versioning Configuration. | ||
| enable | boolean | Indicates whether versioning control is enabled. | true |
| scheme | string | The versioning scheme. Enumeration Value:
| Query |
| headerName | string | The key in the Header parameter when using the Header versioning scheme. | my-version |
| queryName | string | The key in the Query parameter when using the Query versioning scheme. | myVersion |
| version | string | The version number. | v1 |