---
title: "Save inlong consume"
method: POST
path: "/inlong/manager/api/consume/save"
tags: ["Inlong-Consume-API"]
---

# Save inlong consume

`POST /inlong/manager/api/consume/save`

## Request body

- BaseInlongConsumeRequest
  - `consumerGroup` string — Consumer group, only support [a-zA-Z0-9_]
  - `filterEnabled` integer — Whether to filter consumption, 0-not filter, 1-filter
  - `id` integer — Primary key
  - `inCharges` string — Name of responsible person, separated by commas
  - `inlongGroupId` string — The target inlong group id of this consume
  - `inlongStreamId` string — The target inlong stream id of this consume, needed if the filterEnabled=1
  - `mqType` string — MQ type, high throughput: TUBEMQ, high consistency: PULSAR
  - `topic` string — The target topic of this consume
  - `version` integer — Version number

## Response `200`

OK

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/apache/apis/untitled-api-2.md) · [All operations](https://skmtc.dev/apache/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apache/untitled-api-2/revisions/41c687f48683/schema)
