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 {#api-deployment-id}
The ID of the API deployment.
DeployedApiPlansInput.planIds ● [ID!] list scalar miscellaneous {#plan-ids}
List of plan IDs to associate with the API.
DeployedApiPlansInput.keylessPlanId ● ID scalar miscellaneous {#keyless-plan-id}
The keyless plan ID for the API.
Was this topic helpful?