Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 910 Bytes

ApiClassificationObject.md

File metadata and controls

30 lines (18 loc) · 910 Bytes

ApiClassificationObject

An API classification object which classifies APIs as automation or governance.

Properties

Name Type Description Notes
apiMethod ApiMethodEnum HTTP method of the API. [optional]
path String context path of the API. [optional]
isAutomation Boolean Either this API is automation or not. [optional]
startDate OffsetDateTime The start date and time from when this api's is_automation definition has changed. [optional]
endDate OffsetDateTime The end date and time from when this api's is_automation definition has changed. [optional]

Enum: ApiMethodEnum

Name Value
GET "GET"
POST "POST"
PUT "PUT"
PATCH "PATCH"
DELETE "DELETE"