---
title: "Create the posted new gitconfig."
method: POST
path: "/gitconfigs"
tags: ["gitconfig"]
---

# Create the posted new gitconfig.

`POST /gitconfigs`

## Request body

- GitconfigCreateRequest
  - `certs` integer[]
  - `id` string
  - `password` string
  - `provider` string
  - `repository` string
  - `skipssl` boolean
  - `url` string
  - `username` string
  - `userorg` string

## Response `200`

## Changes

- **2023-08-31** `3f399111d612` — 1 info
  - endpoint added
- **2022-03-09** `e99b23942768` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/epinio/apis/epinio-api/changes/gitconfigs/post.md)

---

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