Skip to main content
POST
Create a project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
creator_username
string
creator_address
string
usernames
string[]
repos
string[]

Response

Project created successfully

id
integer<int64>
created_at
string<date-time>
updated_at
string<date-time>
deleted_at
string<date-time>
creator_username
string
creator_address
string
name
string
usernames
string[]
repos
string[]