Atlassian · Capability

Atlassian Confluence Content API — Restore

Atlassian Confluence Content API — Restore. 1 operations. Lead operation: Atlassian Restore Content Version. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianRestore

What You Can Do

POST
Restorecontentversion — Atlassian Restore Content Version
/v1/wiki/rest/api/content/{id}/version

MCP Tools

atlassian-restore-content-version

Atlassian Restore Content Version

Capability Spec

confluence-content-restore.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian Confluence Content API — Restore
  description: 'Atlassian Confluence Content API — Restore. 1 operations. Lead operation: Atlassian Restore Content Version.
    Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Restore
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: confluence-content-restore
    baseUri: ''
    description: Atlassian Confluence Content API — Restore business capability. Self-contained, no shared references.
    resources:
    - name: wiki-rest-api-content-id-version
      path: /wiki/rest/api/content/{id}/version
      operations:
      - name: restorecontentversion
        method: POST
        description: Atlassian Restore Content Version
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          description: The ID of the content for which the history will be restored.
          required: true
        - name: expand
          in: query
          type: array
          description: A multi-value parameter indicating which properties of the content to expand. By default, the `content`
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ATLASSIAN_API_KEY}}'
  exposes:
  - type: rest
    namespace: confluence-content-restore-rest
    port: 8080
    description: REST adapter for Atlassian Confluence Content API — Restore. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/wiki/rest/api/content/{id}/version
      name: wiki-rest-api-content-id-version
      description: REST surface for wiki-rest-api-content-id-version.
      operations:
      - method: POST
        name: restorecontentversion
        description: Atlassian Restore Content Version
        call: confluence-content-restore.restorecontentversion
        with:
          id: rest.id
          expand: rest.expand
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: confluence-content-restore-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian Confluence Content API — Restore. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-restore-content-version
      description: Atlassian Restore Content Version
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: confluence-content-restore.restorecontentversion
      with:
        id: tools.id
        expand: tools.expand
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.