Skip to main content
POST
/
api
/
v1
/
projects
/
import
cURL
curl --request POST \
  --url http://localhost:52000/api/v1/projects/import \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "id": 123,
  "name": "<string>",
  "description": "<string>",
  "environmentId": 123
}

Body

multipart/form-data
file
file
required

Response

200 - */*

OK

createdAt
string<date-time>
updatedAt
string<date-time>
id
integer<int64>
name
string
description
string
environmentId
integer<int64>