Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApiVersionSetContractDetails

Package version

An API Version Set contains the common configuration for a set of API Versions relating

Hierarchy

  • ApiVersionSetContractDetails

Index

Properties

Optional description

description: undefined | string

Description of API Version Set.

Optional id

id: undefined | string

Identifier for existing API Version Set. Omit this value to create a new Version Set.

Optional name

name: undefined | string

The display Name of the API Version Set.

Optional versionHeaderName

versionHeaderName: undefined | string

Name of HTTP header parameter that indicates the API Version if versioningScheme is set to header.

Optional versionQueryName

versionQueryName: undefined | string

Name of query parameter that indicates the API Version if versioningScheme is set to query.

Optional versioningScheme

An value that determines where the API Version identifier will be located in a HTTP request.

Generated using TypeDoc