Object

FileBasedApiDefinitionInput

The file that contains the API definition.

Fields

filename(): String!
The filename of the file where the API definitions are listed.
contents(): String!
The API definition file contents.
environment_filename(): String
The filename of the environment file used when uploading a Postman collection.
authentications(): [ApiAuthenticationInput!]!
A list of the API authentication schemes (for example: Basic, Bearer Token, API Key).
enabled_endpoints(): [ApiEndpointInput!]!
A list of the API endpoints.