---
title: "Create a new app template"
method: POST
path: "/kapis/openpitrix.io/v1/apps"
tags: ["Openpitrix Resources"]
---

# Create a new app template

`POST /kapis/openpitrix.io/v1/apps`

## Path parameters

- `app` string, required

## Request body

- OpenpitrixCreateAppRequest
  - `icon` string
  - `isv` string
  - `name` string
  - `version_name` string
  - `version_package` string
  - `version_type` string

## Response `200`

ok

- OpenpitrixCreateAppResponse
  - `app_id` string
  - `version_id` string

## Other responses

- `default` — ok

## Changes

- **2019-09-26** `6cef28dc0ade` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/kubesphere/apis/ks-api/changes/kapis/openpitrix.io/v1/apps/post.md)

---

[API](https://skmtc.dev/kubesphere/apis/ks-api.md) · [All operations](https://skmtc.dev/kubesphere/apis/ks-api/llms.txt) · [OpenAPI document](https://skmtc.dev/kubesphere/apis/ks-api/revisions/6cef28dc0ade?raw)
