DesUpdateSymbolInput
Input for updating a symbol.
input DesUpdateSymbolInput {
comment: String
description: String
files: [DesUpdateSymbolFileInput!]
releaseNote: String
symbolId: ID!
}
Fields
DesUpdateSymbolInput.comment ● String scalar
Optional comment.
DesUpdateSymbolInput.description ● String scalar
Optional description.
DesUpdateSymbolInput.files ● [DesUpdateSymbolFileInput!] list input
Optional symbol files. If provided, these replace all existing release content.
DesUpdateSymbolInput.releaseNote ● String scalar
Optional release note.
DesUpdateSymbolInput.symbolId ● ID! non-null scalar
The symbol identifier.