An API classification object which classifies APIs as automation or governance.
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] |
Name | Value |
---|---|
GET | "GET" |
POST | "POST" |
PUT | "PUT" |
PATCH | "PATCH" |
DELETE | "DELETE" |