---
title: "Add sails data"
method: POST
path: "/sails"
---

# Add sails data

`POST /sails`

Add new sails data using codeId and data.

## Request body

- object
  - `codeId` string, required — The codeId for which the sails data is provided.
  - `data` string, required — The sails data to be added.

## Response `200`

Successful response

- object
  - `status` string

## Other responses

- `400` — Missing or invalid codeId or data
- `500` — Internal server error

---

[API](https://skmtc.dev/gear-tech/apis/meta-service-api.md) · [All operations](https://skmtc.dev/gear-tech/apis/meta-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gear-tech/meta-service-api/revisions/089053c96eeb/schema)
