UpdateWebHookV2DataInput
No description
input UpdateWebHookV2DataInput {
id: Int
refId: String
url: String!
environmentType: EnvironmentType!
eventTypes: [OriginType!]!
authType: WebHookAuthType!
authValue: String
customHeaders: [KeyValuePairOfStringAndStringInput!]
}
Fields
UpdateWebHookV2DataInput.id ● Int scalar
Id do webhook
UpdateWebHookV2DataInput.refId ● String scalar
Id referência do webhook
UpdateWebHookV2DataInput.url ● String! non-null scalar
Url de disparo
UpdateWebHookV2DataInput.environmentType ● EnvironmentType! non-null enum
Tipo de ambiente
UpdateWebHookV2DataInput.eventTypes ● [OriginType!]! non-null enum
Tipos de eventos
UpdateWebHookV2DataInput.authType ● WebHookAuthType! non-null enum
Tipo de autenticação
UpdateWebHookV2DataInput.authValue ● String scalar
Credencial da autenticação (token ou similar)
UpdateWebHookV2DataInput.customHeaders ● [KeyValuePairOfStringAndStringInput!] list input
Cabeçalhos adicionais
Member Of
updateWebHookV2 mutation