polite-gold-57590
06/26/2024, 8:16 PMpolite-gold-57590
06/26/2024, 8:18 PM{
"feature": {
"id": "x.x.x.x.x",
"description": "",
"archived": false,
"dateCreated": "2024-06-12T10:13:07.047Z",
"dateUpdated": "2024-06-12T11:37:59.138Z",
"defaultValue": "{}",
"environments": {
"production": {
"enabled": false,
"defaultValue": "{}",
"rules": []
}
},
"owner": "X X",
"project": "prj_xxxxxx",
"tags": [],
"valueType": "json",
"revision": {
"comment": "",
"date": "2024-06-12T10:13:07.047Z",
"publishedBy": "",
"version": 1
}
}
}
as you can see the rules are empty [], is this normal?
We are running our own Growthbook version 2.9.fresh-football-47124
polite-gold-57590
06/27/2024, 12:29 AMpolite-gold-57590
06/27/2024, 12:29 AMcurl -X POST '<https://growthbook-back-end.ourdomain.com/api/v1/projects>' \
-H 'User-Agent: biku' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer secret_admin_our_secret' \
-d '{
"name": "Biku",
"description": "Biku project"
}'
getting 404:
{
"message": "Unknown API endpoint"
}
fresh-football-47124
fresh-football-47124
fresh-football-47124
polite-gold-57590
06/27/2024, 12:43 AM-H 'Authorization: Bearer secret_admin_our_secret'
)
GrowthBook 2.9fresh-football-47124
fresh-football-47124
fresh-football-47124
fresh-football-47124
polite-gold-57590
06/27/2024, 12:46 AMpolite-gold-57590
06/27/2024, 12:46 AMfresh-football-47124
polite-gold-57590
06/27/2024, 12:47 AMpolite-gold-57590
06/27/2024, 12:51 AMSaved Groups
rest api for me, the one I tested extensively today
but I was trying to test other as we might have a use case for programatic project/feature/rules/etc managementfresh-football-47124
fresh-football-47124
fresh-football-47124
polite-gold-57590
06/27/2024, 1:29 AM/projects
gives me the error, POSTs to other paths work, so it is not our installation
I'll try again the morningfresh-football-47124