ApiProperties interface
API properties.
Properties
| contacts | The set of contacts |
| custom |
The custom metadata defined for API catalog entities. |
| description | Description of the API. |
| external |
The set of external documentation |
| kind | Kind of API. For example, REST or GraphQL. |
| license | The license information for the API. |
| lifecycle |
Current lifecycle stage of the API. NOTE: This property will not be serialized. It can only be populated by the server. |
| summary | Short description of the API. |
| terms |
Terms of service for the API. |
| title | API title. |
Property Details
contacts
customProperties
The custom metadata defined for API catalog entities.
customProperties?: Record<string, unknown>
Property Value
Record<string, unknown>
description
Description of the API.
description?: string
Property Value
string
externalDocumentation
The set of external documentation
externalDocumentation?: ExternalDocumentation[]
Property Value
kind
Kind of API. For example, REST or GraphQL.
kind: string
Property Value
string
license
lifecycleStage
Current lifecycle stage of the API. NOTE: This property will not be serialized. It can only be populated by the server.
lifecycleStage?: string
Property Value
string
summary
Short description of the API.
summary?: string
Property Value
string
termsOfService
title
API title.
title: string
Property Value
string