Skip to main content

UpdateACMEServerInput

UpdateACMEServerInput represents the payload body required for updating an ACME Server

input UpdateACMEServerInput {
id: ID!
name: String
applicationID: ID
issuingTemplateID: ID
}

Fields

UpdateACMEServerInput.id ● ID! non-null scalar

UpdateACMEServerInput.name ● String scalar

UpdateACMEServerInput.applicationID ● ID scalar

UpdateACMEServerInput.issuingTemplateID ● ID scalar

Member Of

updateACMEServer mutation