ProjectpostBffProjectWrite
Parameters
12 body
Body · 12
idnumberWhen set, updates this row; otherwise creates a new project.
namestringRequireddescriptionstring | nullslugstringprojectKeystringmanagerIdnumberprojectOwnerIdnumberprioritynumberbudgetstring | nullstartDatestring | nullendDatestring | nulldueDatestring | nullRequest
POST /bff/project/write
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.