Skip to content
New issue

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

feat: Add Experiments API to OpenAPI Schema #4356

Merged
merged 4 commits into from
Aug 26, 2024

Conversation

anticorrelator
Copy link
Contributor

@anticorrelator anticorrelator commented Aug 23, 2024

resolves #4126

  • Includes the Experiments REST API in the OpenAPI Schema

cc @mikeldking per a previous comment you made, I think we should consider removing the project field entirely from the Experiment response object

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Aug 23, 2024
},
"dataset_id": {
"type": "string",
"title": "Dataset Id",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"title": "Dataset Id",
"title": "Dataset ID",

@anticorrelator anticorrelator force-pushed the dustin/expose-experiments-openapi-routes branch from 7070788 to 436e70c Compare August 26, 2024 15:50
@anticorrelator anticorrelator merged commit ca4fb5d into main Aug 26, 2024
15 checks passed
@anticorrelator anticorrelator deleted the dustin/expose-experiments-openapi-routes branch August 26, 2024 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ENHANCEMENT] expose experiments in the rest API
2 participants