close_ticket
Close support tickets by setting their status to closed using the ticket ID. This action resolves ticket management tasks in the FitSlot system.
Instructions
Close a ticket by setting its status to closed
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticketId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ticketId": {
"_def": {
"checks": [],
"coerce": false,
"description": "ID of the ticket to close",
"typeName": "ZodString"
},
"~standard": {
"vendor": "zod",
"version": 1
}
}
},
"required": [
"ticketId"
],
"type": "object"
}