Object

FoundApiDefinitionInput

The API definition from a found API discovered through the API Finder.

Fields

unique_api_id(): ID!
The unique API ID of the found API to use for this site.
authentications(): [ApiAuthenticationInput!]!
Authentication schemes to use when scanning this API.
enabled_endpoints(): [ApiEndpointInput!]!
A list of the enabled API endpoints.
policy(): FoundApiPolicy
The update policy for this found API. Defaults to manual if not specified.
included_methods(): [HttpMethod!]
HTTP methods whose newly-discovered endpoints are eligible for auto-enable during auto-sync. Defaults to all methods if not specified, preserving today's behaviour. Pass an empty list to disable auto-enable for every method.