ApiRevisionInfoContract interface

Object used to create an API Revision or Version based on an existing API Revision

Properties

apiRevisionDescription

Description of new API Revision.

apiVersionName

Version identifier for the new API Version.

apiVersionSet

Version set details

sourceApiId

Resource identifier of API to be used to create the revision from.

Property Details

apiRevisionDescription

Description of new API Revision.

apiRevisionDescription?: string

Property Value

string

apiVersionName

Version identifier for the new API Version.

apiVersionName?: string

Property Value

string

apiVersionSet

Version set details

apiVersionSet?: ApiVersionSetContractDetails

Property Value

sourceApiId

Resource identifier of API to be used to create the revision from.

sourceApiId?: string

Property Value

string