Mutation

update_site_api_definition_authentications

Updates the Authentication for an API Definition.

Input Fields

id(): ID!
The unique identifier of the API definition to be updated
authentications(): [ApiAuthenticationInput!]!
A list of the API authentication schemes (for example: Basic, Bearer Token, API Key).

Return Fields

site(): Site
The updated site.

Example

Query