Skip to main content

UpdateSegment

Stable

Signature

mutation {
UpdateSegment(segmentId: ..., name: ...)
}

Retourne : Segment

Arguments

NomTypeRequisDéfautDescription
segmentIdID!
nameString!
descriptionString

Exemple

mutation {
UpdateSegment(
segmentId: $segmentId
name: $name
) {
id
name
description
type {}
segmentType {}
targetType {}
userSegments {}
usersNumber
accountSegments {}
accountsNumber
updatedAt
}
}