webhookPolicyCreate Mutation
Bu içerik henüz dilinizde mevcut değil.
Creates a new webhook policy.
Input Argument
Заголовок раздела «Input Argument»webhookPolicyCreate accepts a single
input
argument, an
input type
,
which contains the values it uses.
The fields inside
input
are:
clientMutationId (
String
)
A unique identifier for the client performing the mutation.
disabled (
Boolean
)
Whether the webhook policy will be applied.
jwtAlg (
WebhookPolicyJwtAlg!
)
The algorithm to use for cryptographic signing of webhook messages.
jwtAudience (
String
)
The audience claim identifies the recipients that the encrypted message is intended for.
jwtClaimExpiresIn (
Int
)
The number of minutes within which the claim expires.
Return Fields
Заголовок раздела «Return Fields»clientMutationId (
String
)
A unique identifier for the client performing the mutation.
errors (
ValidationError
)
Errors encountered during the mutation.
webhookPolicy (
WebhookPolicyCreateResponse
)
Record after mutation.