We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Account projects: add
{ "accountId": "e70fd009-22c4-44e0-ab13-2b6edaf0bbdb", "projects": [ { "id": "42a73c44-12eb-4f9b-aa7b-477492614393", "name": "My first project" } ] }
Project details: fix
{ "id": "42a73c44-12eb-4f9b-aa7b-477492614393", "name": "My first project", "version": 4, "created": "0001-01-01T00:00:00+00:00", "lastModified": "0001-01-01T00:00:00+00:00", "environments": [ { "key": "integration" } ], "toggles": [ { "key": "my-funky-toggle", "name": "my toggle name" } ] }
Environment details: fix
{ "projectId": "42a73c44-12eb-4f9b-aa7b-477492614393", "key": "integration", "created": "0001-01-01T00:00:00+00:00", "lastModified": "0001-01-01T00:00:00+00:00" }
Toggle details: fix
{ "projectId": "42a73c44-12eb-4f9b-aa7b-477492614393", "key": "my-funky-toggle", "name": "my toggle name", "created": "0001-01-01T00:00:00+00:00", "lastModified": "0001-01-01T00:00:00+00:00" }
Environment States: add
{ "version": 2, "toggleStates": [ { "key": "my-funky-toggle", "value": "True", "version": 1 } ] }
The text was updated successfully, but these errors were encountered:
Merge pull request #82 from binarymash/feature/#81-FixDatesOnDtos
ed85fa8
Feature/#81 fix dates on dtos
No branches or pull requests
Account projects: add
Project details: fix
Environment details: fix
Toggle details: fix
Environment States: add
The text was updated successfully, but these errors were encountered: