Waiting for engine...
Skip to main content

DeployedApiPlansInput

Input parameters for creating or updating API plan associations.

input DeployedApiPlansInput {
apiDeploymentId: ID!
planIds: [ID!]
keylessPlanId: ID
}

Fields

DeployedApiPlansInput.apiDeploymentId ● ID! non-null scalar miscellaneous

The ID of the API deployment.

DeployedApiPlansInput.planIds ● [ID!] list scalar miscellaneous

List of plan IDs to associate with the API.

DeployedApiPlansInput.keylessPlanId ● ID scalar miscellaneous

The keyless plan ID for the API.

On this Page