Mutation
update_site_api_definition_enabled_endpoints
Updates the enabled endpoints for an API Definition.
Arguments
input: UpdateSiteApiDefinitionEnabledEndpointsInput!
The fields used to specify which site you want to update, and the API definition.
Input Fields
id():
ID!
The unique identifier of the API definition to be updated
enabled_endpoints():
[ApiEndpointInput!]!
A list of the enabled API endpoints.
Return Fields
site():
Site
The updated site.
Example
Query