DocsAPI ReferenceProject/bff/project/write
postProjectAdmin BFF

/bff/project/write

Create or update a project

ProjectpostBffProjectWrite

Parameters

12 body

12 total
Body · 12
idnumber

When set, updates this row; otherwise creates a new project.

namestringRequired
descriptionstring | null
slugstring
projectKeystring
managerIdnumber
projectOwnerIdnumber
prioritynumber
budgetstring | null
startDatestring | null
endDatestring | null
dueDatestring | null

Request

POST /bff/project/write

post
curl -X POST "https://api.bizkithub.com/bff/project/write" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "id": 0,
  "name": "example_name",
  "slug": "example_slug",
  "projectKey": "example_projectKey",
  "managerId": 0,
  "projectOwnerId": 0,
  "priority": 0
}'

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key