---
title: "Create Network Object"
method: POST
path: "/network/object"
tags: ["Network"]
---

# Create Network Object

`POST /network/object`

Create a new network object with specified type and values

## Request body

- InternalHandlersNetworkCreateOrEditNetworkObjectRequest
  - `name` string, required
  - `type` string, required
  - `values` string[], required

## Response `200`

ID of the created network object

- unknown

## Other responses

- `400` — Invalid request
- `500` — Internal server error

---

[API](https://skmtc.net/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.net/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alchemillahq/sylve-api/versions/950e51f8af98/schema)
