---
title: "Modifies fields in operations by providing invoker name and by accepting 'Operation' data in the request body"
method: POST
path: "/invoker/{invokerName}/xml"
tags: ["Invoker"]
---

# Modifies fields in operations by providing invoker name and by accepting 'Operation' data in the request body

`POST /invoker/{invokerName}/xml`

## Path parameters

- `invokerName` string, required

## Request body

- OperationResource
  - `method` string
  - `path` string
  - `fields` FieldResource[]
    - `name` string
    - `type` string
    - `value` object

## Response `200`

Field in operation hase been successfully modified

- FunctionDTO
  - `name` string
  - `type` string
  - `request` RequestDTO
    - `id` string
    - `endpoint` string
    - `method` string
    - `header` object
    - `body` BodyDTO
      - `type` string
      - `format` string
      - `data` string
      - `fields` object
  - `response` ResponseDTO
    - `id` string
    - `name` string
    - `success` ResultDTO
      - `id` string
      - `status` string
      - `header` object
      - `body` BodyDTO
        - `type` string
        - `format` string
        - `data` string
        - `fields` object
    - `fail` ResultDTO
      - `id` string
      - `status` string
      - `header` object
      - `body` BodyDTO
        - `type` string
        - `format` string
        - `data` string
        - `fields` object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Error
- `502` — Bad Gateway

---

[API](https://skmtc.net/opencelium/apis/opencelium-api.md) · [All operations](https://skmtc.net/opencelium/apis/opencelium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opencelium/opencelium-api/revisions/82ed767ffb65/schema)
