Zendesk · Capability

Zendesk Tickets — Attachments

Zendesk Tickets — Attachments. 1 operations. Lead operation: Zendesk Put Api V2 Tickets Ticket_id Comments Comment_id Attachments Attachment_id Redact. Self-contained Naftiko capability covering one Zendesk business surface.

Run with Naftiko ZendeskAttachments

What You Can Do

PUT
Redactcommentattachment — Zendesk Put Api V2 Tickets Ticket_id Comments Comment_id Attachments Attachment_id Redact
/v1/api/v2/tickets/{ticket-id}/comments/{comment-id}/attachments/{attachment-id}/redact

MCP Tools

zendesk-put-api-v2-tickets

Zendesk Put Api V2 Tickets Ticket_id Comments Comment_id Attachments Attachment_id Redact

idempotent

Capability Spec

tickets-attachments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Zendesk Tickets — Attachments
  description: 'Zendesk Tickets — Attachments. 1 operations. Lead operation: Zendesk Put  Api V2 Tickets Ticket_id Comments
    Comment_id Attachments Attachment_id Redact. Self-contained Naftiko capability covering one Zendesk business surface.'
  tags:
  - Zendesk
  - Attachments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZENDESK_API_KEY: ZENDESK_API_KEY
capability:
  consumes:
  - type: http
    namespace: tickets-attachments
    baseUri: ''
    description: Zendesk Tickets — Attachments business capability. Self-contained, no shared references.
    resources:
    - name: api-v2-tickets-ticket_id-comments-comment_id-attachments-attachment_id-redact
      path: /api/v2/tickets/{ticket_id}/comments/{comment_id}/attachments/{attachment_id}/redact
      operations:
      - name: redactcommentattachment
        method: PUT
        description: Zendesk Put  Api V2 Tickets Ticket_id Comments Comment_id Attachments Attachment_id Redact
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: tickets-attachments-rest
    port: 8080
    description: REST adapter for Zendesk Tickets — Attachments. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/v2/tickets/{ticket-id}/comments/{comment-id}/attachments/{attachment-id}/redact
      name: api-v2-tickets-ticket-id-comments-comment-id-attachments-attachment-id-redact
      description: REST surface for api-v2-tickets-ticket_id-comments-comment_id-attachments-attachment_id-redact.
      operations:
      - method: PUT
        name: redactcommentattachment
        description: Zendesk Put  Api V2 Tickets Ticket_id Comments Comment_id Attachments Attachment_id Redact
        call: tickets-attachments.redactcommentattachment
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tickets-attachments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Zendesk Tickets — Attachments. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: zendesk-put-api-v2-tickets
      description: Zendesk Put  Api V2 Tickets Ticket_id Comments Comment_id Attachments Attachment_id Redact
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: tickets-attachments.redactcommentattachment
      outputParameters:
      - type: object
        mapping: $.