Akamai · Capability

Akamai: Property Manager API — Bulk patch

Akamai: Property Manager API — Bulk patch. 2 operations. Lead operation: Akamai Bulk Patch a Set of Properties. Self-contained Naftiko capability covering one Akamai business surface.

Run with Naftiko AkamaiBulk patch

What You Can Do

POST
Postbulkpatch — Akamai Bulk Patch a Set of Properties
/v1/bulk/rules-patch-requests
GET
Getbulkpatch — Akamai List Bulk-patched Properties
/v1/bulk/rules-patch-requests/{bulkpatchid}

MCP Tools

akamai-bulk-patch-set-properties

Akamai Bulk Patch a Set of Properties

akamai-list-bulk-patched-properties

Akamai List Bulk-patched Properties

read-only idempotent

Capability Spec

papi-bulk-patch.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'Akamai: Property Manager API — Bulk patch'
  description: 'Akamai: Property Manager API — Bulk patch. 2 operations. Lead operation: Akamai Bulk Patch a Set of Properties.
    Self-contained Naftiko capability covering one Akamai business surface.'
  tags:
  - Akamai
  - Bulk patch
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AKAMAI_API_KEY: AKAMAI_API_KEY
capability:
  consumes:
  - type: http
    namespace: papi-bulk-patch
    baseUri: https://{hostname}/papi/v1
    description: 'Akamai: Property Manager API — Bulk patch business capability. Self-contained, no shared references.'
    resources:
    - name: bulk-rules-patch-requests
      path: /bulk/rules-patch-requests
      operations:
      - name: postbulkpatch
        method: POST
        description: Akamai Bulk Patch a Set of Properties
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: PAPI-Use-Prefixes
          in: header
          type: string
          description: __Enum__ Sets whether to represent [ID prefixes](https://techdocs.akamai.com/property-mgr/reference/id-prefixes)
            in response data. Set to `false` when exchangin
          required: true
        - name: contractId
          in: query
          type: string
          description: Optionally filters bulk searches to properties created under the specified contract. For bulk operations,
            you can specify `contractId` and `groupId` independent
        - name: groupId
          in: query
          type: string
          description: 'Optionally filters bulk searches to properties created under the specified group. For bulk operations,
            you can specify `contractId` and `groupId` independently '
        - name: accountSwitchKey
          in: query
          type: string
          description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-w
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: bulk-rules-patch-requests-bulkPatchId
      path: /bulk/rules-patch-requests/{bulkPatchId}
      operations:
      - name: getbulkpatch
        method: GET
        description: Akamai List Bulk-patched Properties
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: PAPI-Use-Prefixes
          in: header
          type: string
          description: __Enum__ Sets whether to represent [ID prefixes](https://techdocs.akamai.com/property-mgr/reference/id-prefixes)
            in response data. Set to `false` when exchangin
          required: true
        - name: contractId
          in: query
          type: string
          description: Optionally filters bulk searches to properties created under the specified contract. For bulk operations,
            you can specify `contractId` and `groupId` independent
        - name: groupId
          in: query
          type: string
          description: 'Optionally filters bulk searches to properties created under the specified group. For bulk operations,
            you can specify `contractId` and `groupId` independently '
        - name: accountSwitchKey
          in: query
          type: string
          description: For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-w
  exposes:
  - type: rest
    namespace: papi-bulk-patch-rest
    port: 8080
    description: 'REST adapter for Akamai: Property Manager API — Bulk patch. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.'
    resources:
    - path: /v1/bulk/rules-patch-requests
      name: bulk-rules-patch-requests
      description: REST surface for bulk-rules-patch-requests.
      operations:
      - method: POST
        name: postbulkpatch
        description: Akamai Bulk Patch a Set of Properties
        call: papi-bulk-patch.postbulkpatch
        with:
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          contractId: rest.contractId
          groupId: rest.groupId
          accountSwitchKey: rest.accountSwitchKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/bulk/rules-patch-requests/{bulkpatchid}
      name: bulk-rules-patch-requests-bulkpatchid
      description: REST surface for bulk-rules-patch-requests-bulkPatchId.
      operations:
      - method: GET
        name: getbulkpatch
        description: Akamai List Bulk-patched Properties
        call: papi-bulk-patch.getbulkpatch
        with:
          PAPI-Use-Prefixes: rest.PAPI-Use-Prefixes
          contractId: rest.contractId
          groupId: rest.groupId
          accountSwitchKey: rest.accountSwitchKey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: papi-bulk-patch-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for Akamai: Property Manager API — Bulk patch. One tool per consumed operation, routed inline
      through this capability''s consumes block.'
    tools:
    - name: akamai-bulk-patch-set-properties
      description: Akamai Bulk Patch a Set of Properties
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: papi-bulk-patch.postbulkpatch
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        contractId: tools.contractId
        groupId: tools.groupId
        accountSwitchKey: tools.accountSwitchKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: akamai-list-bulk-patched-properties
      description: Akamai List Bulk-patched Properties
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: papi-bulk-patch.getbulkpatch
      with:
        PAPI-Use-Prefixes: tools.PAPI-Use-Prefixes
        contractId: tools.contractId
        groupId: tools.groupId
        accountSwitchKey: tools.accountSwitchKey
      outputParameters:
      - type: object
        mapping: $.