---
title: "create global"
method: POST
path: "/globals"
tags: ["global"]
---

# create global

`POST /globals`

## Request body

- GlobalAPIModifyGlobal
  - `body` string, required — The python body of the global
  - `description` string — The description of the global
  - `id` string, required — The id of the global
  - `tags` string[] — The tags for the global

## Response `200`

OK response.

- GlobalAPIGlobal
  - `body` string — The python body of the global
  - `createdAt` string
  - `description` string — The description of the global
  - `id` string — The id of the global
  - `lastModified` string
  - `tags` string[] — The tags for the global

## Other responses

- `400` — bad_request: Bad Request response.
- `409` — exists: Conflict response.

---

[API](https://skmtc.dev/panther/apis/panther-rest-api.md) · [All operations](https://skmtc.dev/panther/apis/panther-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/panther/panther-rest-api/revisions/eb177cb9d6a1/schema)
