APIs.io Engineering Platform Postman API — Comments

APIs.io Engineering Platform Postman API — Comments. 21 operations. Lead operation: APIs.io Engineering Platform Get an API's comments. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformComments

What You Can Do

GET
Getapicomments — APIs.io Engineering Platform Get an API's comments
/v1/apis/{apiid}/comments
POST
Createapicomment — APIs.io Engineering Platform Create an API comment
/v1/apis/{apiid}/comments
PUT
Updateapicomment — APIs.io Engineering Platform Update an API's comment
/v1/apis/{apiid}/comments/{commentid}
DELETE
Deleteapicomment — APIs.io Engineering Platform Delete an API's comment
/v1/apis/{apiid}/comments/{commentid}
GET
Getcollectioncomments — APIs.io Engineering Platform Get a collection's comments
/v1/collections/{collectionid}/comments
POST
Createcollectioncomment — APIs.io Engineering Platform Create a collection comment
/v1/collections/{collectionid}/comments
PUT
Updatecollectioncomment — APIs.io Engineering Platform Update a collection's comment
/v1/collections/{collectionid}/comments/{commentid}
DELETE
Deletecollectioncomment — APIs.io Engineering Platform Delete a collection's comment
/v1/collections/{collectionid}/comments/{commentid}
GET
Getfoldercomments — APIs.io Engineering Platform Get a folder's comments
/v1/collections/{collectionid}/folders/{folderid}/comments
POST
Createfoldercomment — APIs.io Engineering Platform Create a folder comment
/v1/collections/{collectionid}/folders/{folderid}/comments
PUT
Updatefoldercomment — APIs.io Engineering Platform Update a folder's comment
/v1/collections/{collectionid}/folders/{folderid}/comments/{commentid}
DELETE
Deletefoldercomment — APIs.io Engineering Platform Delete a folder's comment
/v1/collections/{collectionid}/folders/{folderid}/comments/{commentid}
GET
Getrequestcomments — APIs.io Engineering Platform Get a request's comments
/v1/collections/{collectionid}/requests/{requestid}/comments
POST
Createrequestcomment — APIs.io Engineering Platform Create a request comment
/v1/collections/{collectionid}/requests/{requestid}/comments
PUT
Updaterequestcomment — APIs.io Engineering Platform Update a request's comment
/v1/collections/{collectionid}/requests/{requestid}/comments/{commentid}
DELETE
Deleterequestcomment — APIs.io Engineering Platform Delete a request's comment
/v1/collections/{collectionid}/requests/{requestid}/comments/{commentid}
GET
Getresponsecomments — APIs.io Engineering Platform Get a response's comments
/v1/collections/{collectionid}/responses/{responseid}/comments
POST
Createresponsecomment — APIs.io Engineering Platform Create a response comment
/v1/collections/{collectionid}/responses/{responseid}/comments
PUT
Updateresponsecomment — APIs.io Engineering Platform Update a response's comment
/v1/collections/{collectionid}/responses/{responseid}/comments/{commentid}
DELETE
Deleteresponsecomment — APIs.io Engineering Platform Delete a response's comment
/v1/collections/{collectionid}/responses/{responseid}/comments/{commentid}
POST
Resolvecommentthread — APIs.io Engineering Platform Resolve a comment thread
/v1/comments-resolutions/{threadid}

MCP Tools

apis-io-engineering-platform-get-api-s

APIs.io Engineering Platform Get an API's comments

read-only idempotent
apis-io-engineering-platform-create-api

APIs.io Engineering Platform Create an API comment

apis-io-engineering-platform-update-api-s

APIs.io Engineering Platform Update an API's comment

idempotent
apis-io-engineering-platform-delete-api-s

APIs.io Engineering Platform Delete an API's comment

idempotent
apis-io-engineering-platform-get-collection-s

APIs.io Engineering Platform Get a collection's comments

read-only idempotent
apis-io-engineering-platform-create-collection

APIs.io Engineering Platform Create a collection comment

apis-io-engineering-platform-update-collection-s

APIs.io Engineering Platform Update a collection's comment

idempotent
apis-io-engineering-platform-delete-collection-s

APIs.io Engineering Platform Delete a collection's comment

idempotent
apis-io-engineering-platform-get-folder-s

APIs.io Engineering Platform Get a folder's comments

read-only idempotent
apis-io-engineering-platform-create-folder

APIs.io Engineering Platform Create a folder comment

apis-io-engineering-platform-update-folder-s

APIs.io Engineering Platform Update a folder's comment

idempotent
apis-io-engineering-platform-delete-folder-s

APIs.io Engineering Platform Delete a folder's comment

idempotent
apis-io-engineering-platform-get-request-s

APIs.io Engineering Platform Get a request's comments

read-only idempotent
apis-io-engineering-platform-create-request

APIs.io Engineering Platform Create a request comment

apis-io-engineering-platform-update-request-s

APIs.io Engineering Platform Update a request's comment

idempotent
apis-io-engineering-platform-delete-request-s

APIs.io Engineering Platform Delete a request's comment

idempotent
apis-io-engineering-platform-get-response-s

APIs.io Engineering Platform Get a response's comments

read-only idempotent
apis-io-engineering-platform-create-response

APIs.io Engineering Platform Create a response comment

apis-io-engineering-platform-update-response-s

APIs.io Engineering Platform Update a response's comment

idempotent
apis-io-engineering-platform-delete-response-s

APIs.io Engineering Platform Delete a response's comment

idempotent
apis-io-engineering-platform-resolve-comment

APIs.io Engineering Platform Resolve a comment thread

Capability Spec

postman-comments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Postman API — Comments
  description: 'APIs.io Engineering Platform Postman API — Comments. 21 operations. Lead operation: APIs.io Engineering Platform
    Get an API''s comments. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Comments
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: postman-comments
    baseUri: https://api.getpostman.com
    description: APIs.io Engineering Platform Postman API — Comments business capability. Self-contained, no shared references.
    resources:
    - name: apis-apiId-comments
      path: /apis/{apiId}/comments
      operations:
      - name: getapicomments
        method: GET
        description: APIs.io Engineering Platform Get an API's comments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createapicomment
        method: POST
        description: APIs.io Engineering Platform Create an API comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: apis-apiId-comments-commentId
      path: /apis/{apiId}/comments/{commentId}
      operations:
      - name: updateapicomment
        method: PUT
        description: APIs.io Engineering Platform Update an API's comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteapicomment
        method: DELETE
        description: APIs.io Engineering Platform Delete an API's comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: collections-collectionId-comments
      path: /collections/{collectionId}/comments
      operations:
      - name: getcollectioncomments
        method: GET
        description: APIs.io Engineering Platform Get a collection's comments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createcollectioncomment
        method: POST
        description: APIs.io Engineering Platform Create a collection comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: collections-collectionId-comments-commentId
      path: /collections/{collectionId}/comments/{commentId}
      operations:
      - name: updatecollectioncomment
        method: PUT
        description: APIs.io Engineering Platform Update a collection's comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletecollectioncomment
        method: DELETE
        description: APIs.io Engineering Platform Delete a collection's comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: collections-collectionId-folders-folderId-comments
      path: /collections/{collectionId}/folders/{folderId}/comments
      operations:
      - name: getfoldercomments
        method: GET
        description: APIs.io Engineering Platform Get a folder's comments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createfoldercomment
        method: POST
        description: APIs.io Engineering Platform Create a folder comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: collections-collectionId-folders-folderId-comments-commentId
      path: /collections/{collectionId}/folders/{folderId}/comments/{commentId}
      operations:
      - name: updatefoldercomment
        method: PUT
        description: APIs.io Engineering Platform Update a folder's comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletefoldercomment
        method: DELETE
        description: APIs.io Engineering Platform Delete a folder's comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: collections-collectionId-requests-requestId-comments
      path: /collections/{collectionId}/requests/{requestId}/comments
      operations:
      - name: getrequestcomments
        method: GET
        description: APIs.io Engineering Platform Get a request's comments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createrequestcomment
        method: POST
        description: APIs.io Engineering Platform Create a request comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: collections-collectionId-requests-requestId-comments-commentId
      path: /collections/{collectionId}/requests/{requestId}/comments/{commentId}
      operations:
      - name: updaterequestcomment
        method: PUT
        description: APIs.io Engineering Platform Update a request's comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleterequestcomment
        method: DELETE
        description: APIs.io Engineering Platform Delete a request's comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: collections-collectionId-responses-responseId-comments
      path: /collections/{collectionId}/responses/{responseId}/comments
      operations:
      - name: getresponsecomments
        method: GET
        description: APIs.io Engineering Platform Get a response's comments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createresponsecomment
        method: POST
        description: APIs.io Engineering Platform Create a response comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: collections-collectionId-responses-responseId-comments-commentId
      path: /collections/{collectionId}/responses/{responseId}/comments/{commentId}
      operations:
      - name: updateresponsecomment
        method: PUT
        description: APIs.io Engineering Platform Update a response's comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteresponsecomment
        method: DELETE
        description: APIs.io Engineering Platform Delete a response's comment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: comments-resolutions-threadId
      path: /comments-resolutions/{threadId}
      operations:
      - name: resolvecommentthread
        method: POST
        description: APIs.io Engineering Platform Resolve a comment thread
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: postman-comments-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Postman API — Comments. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/apis/{apiid}/comments
      name: apis-apiid-comments
      description: REST surface for apis-apiId-comments.
      operations:
      - method: GET
        name: getapicomments
        description: APIs.io Engineering Platform Get an API's comments
        call: postman-comments.getapicomments
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createapicomment
        description: APIs.io Engineering Platform Create an API comment
        call: postman-comments.createapicomment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/apis/{apiid}/comments/{commentid}
      name: apis-apiid-comments-commentid
      description: REST surface for apis-apiId-comments-commentId.
      operations:
      - method: PUT
        name: updateapicomment
        description: APIs.io Engineering Platform Update an API's comment
        call: postman-comments.updateapicomment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteapicomment
        description: APIs.io Engineering Platform Delete an API's comment
        call: postman-comments.deleteapicomment
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collectionid}/comments
      name: collections-collectionid-comments
      description: REST surface for collections-collectionId-comments.
      operations:
      - method: GET
        name: getcollectioncomments
        description: APIs.io Engineering Platform Get a collection's comments
        call: postman-comments.getcollectioncomments
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createcollectioncomment
        description: APIs.io Engineering Platform Create a collection comment
        call: postman-comments.createcollectioncomment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collectionid}/comments/{commentid}
      name: collections-collectionid-comments-commentid
      description: REST surface for collections-collectionId-comments-commentId.
      operations:
      - method: PUT
        name: updatecollectioncomment
        description: APIs.io Engineering Platform Update a collection's comment
        call: postman-comments.updatecollectioncomment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletecollectioncomment
        description: APIs.io Engineering Platform Delete a collection's comment
        call: postman-comments.deletecollectioncomment
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collectionid}/folders/{folderid}/comments
      name: collections-collectionid-folders-folderid-comments
      description: REST surface for collections-collectionId-folders-folderId-comments.
      operations:
      - method: GET
        name: getfoldercomments
        description: APIs.io Engineering Platform Get a folder's comments
        call: postman-comments.getfoldercomments
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createfoldercomment
        description: APIs.io Engineering Platform Create a folder comment
        call: postman-comments.createfoldercomment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collectionid}/folders/{folderid}/comments/{commentid}
      name: collections-collectionid-folders-folderid-comments-commentid
      description: REST surface for collections-collectionId-folders-folderId-comments-commentId.
      operations:
      - method: PUT
        name: updatefoldercomment
        description: APIs.io Engineering Platform Update a folder's comment
        call: postman-comments.updatefoldercomment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletefoldercomment
        description: APIs.io Engineering Platform Delete a folder's comment
        call: postman-comments.deletefoldercomment
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collectionid}/requests/{requestid}/comments
      name: collections-collectionid-requests-requestid-comments
      description: REST surface for collections-collectionId-requests-requestId-comments.
      operations:
      - method: GET
        name: getrequestcomments
        description: APIs.io Engineering Platform Get a request's comments
        call: postman-comments.getrequestcomments
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createrequestcomment
        description: APIs.io Engineering Platform Create a request comment
        call: postman-comments.createrequestcomment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collectionid}/requests/{requestid}/comments/{commentid}
      name: collections-collectionid-requests-requestid-comments-commentid
      description: REST surface for collections-collectionId-requests-requestId-comments-commentId.
      operations:
      - method: PUT
        name: updaterequestcomment
        description: APIs.io Engineering Platform Update a request's comment
        call: postman-comments.updaterequestcomment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleterequestcomment
        description: APIs.io Engineering Platform Delete a request's comment
        call: postman-comments.deleterequestcomment
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collectionid}/responses/{responseid}/comments
      name: collections-collectionid-responses-responseid-comments
      description: REST surface for collections-collectionId-responses-responseId-comments.
      operations:
      - method: GET
        name: getresponsecomments
        description: APIs.io Engineering Platform Get a response's comments
        call: postman-comments.getresponsecomments
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createresponsecomment
        description: APIs.io Engineering Platform Create a response comment
        call: postman-comments.createresponsecomment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/collections/{collectionid}/responses/{responseid}/comments/{commentid}
      name: collections-collectionid-responses-responseid-comments-commentid
      description: REST surface for collections-collectionId-responses-responseId-comments-commentId.
      operations:
      - method: PUT
        name: updateresponsecomment
        description: APIs.io Engineering Platform Update a response's comment
        call: postman-comments.updateresponsecomment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteresponsecomment
        description: APIs.io Engineering Platform Delete a response's comment
        call: postman-comments.deleteresponsecomment
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/comments-resolutions/{threadid}
      name: comments-resolutions-threadid
      description: REST surface for comments-resolutions-threadId.
      operations:
      - method: POST
        name: resolvecommentthread
        description: APIs.io Engineering Platform Resolve a comment thread
        call: postman-comments.resolvecommentthread
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postman-comments-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Postman API — Comments. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-api-s
      description: APIs.io Engineering Platform Get an API's comments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-comments.getapicomments
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-api
      description: APIs.io Engineering Platform Create an API comment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-comments.createapicomment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-api-s
      description: APIs.io Engineering Platform Update an API's comment
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-comments.updateapicomment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-api-s
      description: APIs.io Engineering Platform Delete an API's comment
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: postman-comments.deleteapicomment
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-collection-s
      description: APIs.io Engineering Platform Get a collection's comments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-comments.getcollectioncomments
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-collection
      description: APIs.io Engineering Platform Create a collection comment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-comments.createcollectioncomment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-collection-s
      description: APIs.io Engineering Platform Update a collection's comment
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-comments.updatecollectioncomment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-collection-s
      description: APIs.io Engineering Platform Delete a collection's comment
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: postman-comments.deletecollectioncomment
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-folder-s
      description: APIs.io Engineering Platform Get a folder's comments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-comments.getfoldercomments
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-folder
      description: APIs.io Engineering Platform Create a folder comment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-comments.createfoldercomment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-folder-s
      description: APIs.io Engineering Platform Update a folder's comment
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-comments.updatefoldercomment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-folder-s
      description: APIs.io Engineering Platform Delete a folder's comment
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: postman-comments.deletefoldercomment
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-request-s
      description: APIs.io Engineering Platform Get a request's comments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-comments.getrequestcomments
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-request
      description: APIs.io Engineering Platform Create a request comment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-comments.createrequestcomment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-request-s
      description: APIs.io Engineering Platform Update a request's comment
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-comments.updaterequestcomment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-request-s
      description: APIs.io Engineering Platform Delete a request's comment
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: postman-comments.deleterequestcomment
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-response-s
      description: APIs.io Engineering Platform Get a response's comments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-comments.getresponsecomments
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-response
      description: APIs.io Engineering Platform Create a response comment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-comments.createresponsecomment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-response-s
      description: APIs.io Engineering Platform Update a response's comment
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-comments.updateresponsecomment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-response-s
      description: APIs.io Engineering Platform Delete a response's comment
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: postman-comments.deleteresponsecomment
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-resolve-comment
      description: APIs.io Engineering Platform Resolve a comment thread
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: postman-comments.resolvecommentthread
      outputParameters:
      - type: object
        mapping: $.