Matthew Elwell
Matthew Elwell
This has now been deployed to our Edge API. An example cURL request is here: ```bash curl --location --request POST 'https://edge.api.flagsmith.com/api/v1/bulk-identities' \ --header 'Content-Type: application/json' \ -- header 'X-Environment-Key: '...
As per a request from a customer, we should add the option to merge existing traits to this by adding a separate PUT endpoint at the same URI (with the...
This is actually closely tied to the flag based segments work as per the issue here: #713.
@kyle-ssg new field called `description` on the environment.
Can't this just be handled in Chargebee?
Hmm... I don't see how we'd make that time limited? We could probably just create a subscription object for each organisation on signup that's not linked to CB but set...
I don't know that we should be using segments for this should we? Maybe we should. I don't quite know how you'd make sure that every user from an org...
This was caused by one of the environments not having feature states for all features in the project. I have manually resolved this for the given project now but I...
The following query should return any projects / environments that are exhibiting the same issue. Note that it returns no results in production (but does return results in staging -...
This is now done in the core API. We need to implement it in each of the engines.