---
title: "Create platform param dict"
method: POST
path: "/platform-param-dicts"
tags: ["platform-param-dicts"]
---

# Create platform param dict

`POST /platform-param-dicts`

## Request body

- InternalInterfacesHttpCreatePlatformParamDictRequest
  - `cd_self_fill` boolean
  - `description` string
  - `gitops_locator` boolean
  - `name` string
  - `param_key` string
  - `param_type` string
  - `required` boolean
  - `status` integer

## Response `201`

Created

- InternalInterfacesHttpPlatformParamDictDataResponse
  - `data` InternalInterfacesHttpPlatformParamDictResponse
    - `builtin` boolean
    - `cd_self_fill` boolean
    - `created_at` string
    - `description` string
    - `gitops_locator` boolean
    - `id` string
    - `name` string
    - `param_key` string
    - `param_type` string
    - `required` boolean
    - `status` integer
    - `updated_at` string

## Other responses

- `400` — Bad Request
- `409` — Conflict
- `500` — Internal Server Error

---

[API](https://skmtc.net/opsre/apis/gos-release-api.md) · [All operations](https://skmtc.net/opsre/apis/gos-release-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opsre/gos-release-api/versions/fc9f6fb06a50/schema)
