shortUrlUpdate Mutation
Updates an existing short URL.
Input Argument
shortUrlUpdate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
ID
)
Identifier of the CI for which a request is to be registered in R-Service Self Service when the short URL is used.
String
)
A unique identifier for the client performing the mutation.
ID
)
Identifier of the dashboard which is to be opened when the short URL is used.
ShortUrlEmailInput
)
Values for email that is to be generated when the short URL is used.
ShortUrlGeoInput
)
Coordinates of the location for which a map should be opened when the short URL is used.
ID!
)
The node ID of the record to update.
ID
)
Identifier of the knowledge article which instructions need to be displayed when the short URL is used in R-Service Self Service.
String
)
The address (or only the city or country) for which a map should be opened when the short URL is used.
String
)
The Plain text field is used to enter the text that should be displayed when the short URL is used.
ID
)
The identifier of the request template that is to be applied to each new request that is opened when in R-Service Self Service when the short URL is used.
String
)
The Skype name that is to be called when the short URL is used.
ShortUrlSmsInput
)
Values for the SMS message that is to be generated when the short URL is used.
String
)
The telephone number that is to be called when the short URL is used.
String
)
The Twitter tweet that is to be generated when the short URL is used.
String
)
The name of the Twitter user whose Twitter feed is to be opened when the short URL is used.
String
)
The uniform resource identifier (URI) to which the short URL is forwarded.
String
)
The uniform resource locator of a website to which the short URL is to forward when it is used.
Return Fields
String
)
A unique identifier for the client performing the mutation.
[ValidationError!]
)
Errors encountered during the mutation.
ShortUrl
)
Record after mutation.