DesUpdateFootprintInput
Input for updating a footprint.
input DesUpdateFootprintInput {
comment: String
description: String
footprintId: ID!
releaseNote: String
}
Fields
DesUpdateFootprintInput.comment ● String scalar
Optional comment.
DesUpdateFootprintInput.description ● String scalar
Optional description.
DesUpdateFootprintInput.footprintId ● ID! non-null scalar
The footprint identifier.
DesUpdateFootprintInput.releaseNote ● String scalar
Optional release note.