You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add a licence to a Flagsmith organisation upload via PUT the two files, one the license doc (filename licence) and the other the licence signature (filename licence_signature) to the following URL path:
/api/v1/organisations/:organisation_id/licence
In order to develop locally your backend dev environment needs to be updated with:
licensing = { git = "https://github.com/Flagsmith/licensing", tag = "v0.1.0" }
And you'll need to run poetry lock --no-update and poetry install.
To add a licence to a Flagsmith organisation upload via PUT the two files, one the license doc (filename
licence
) and the other the licence signature (filenamelicence_signature
) to the following URL path:/api/v1/organisations/:organisation_id/licence
In order to develop locally your backend dev environment needs to be updated with:
And you'll need to run
poetry lock --no-update
andpoetry install
.Here is a sample licence:
And here is a sample licence signature:
The text was updated successfully, but these errors were encountered: