Skip to content

fix(rest): properly parse body parameters when mixed with oneOf#43655

Open
yassine-bhn wants to merge 1 commit intogithub:mainfrom
yassine-bhn:fix/issue-43652-openapi-body-params
Open

fix(rest): properly parse body parameters when mixed with oneOf#43655
yassine-bhn wants to merge 1 commit intogithub:mainfrom
yassine-bhn:fix/issue-43652-openapi-body-params

Conversation

@yassine-bhn
Copy link
Copy Markdown

Fixes an issue where endpoints that declare properties at the top level alongside a oneOf field (like Create a check run) were missing those top-level properties. It also fixes oneOf elements without 'type: object'.
#4365

Fixes an issue where endpoints that declare properties at the top level alongside a oneOf field (like Create a check run) were missing those top-level properties. It also fixes oneOf elements without 'type: object'.
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 3, 2026

How to review these changes 👓

Thank you for your contribution. To review these changes, choose one of the following options:

A Hubber will need to deploy your changes internally to review.

Table of review links

Note: Please update the URL for your staging server or codespace.

This pull request contains code changes, so we will not generate a table of review links.

🤖 This comment is automatically generated.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 3, 2026

👋 Hey there spelunker. It looks like you've modified some files that we can't accept as contributions:

  • src/rest/scripts/utils/get-body-params.ts

You'll need to revert all of the files you changed that match that list using GitHub Desktop or git checkout origin/main <file name>. Once you get those files reverted, we can continue with the review process. :octocat:

The complete list of files we can't accept are:

  • .devcontainer/**
  • .github/**
  • data/reusables/rai/**
  • Dockerfile*
  • src/**
  • package*.json
  • content/actions/how-tos/security-for-github-actions/security-hardening-your-deployments/**

We also can't accept contributions to files in the content directory with frontmatter contentType: rai.

@github-actions github-actions bot added the triage Do not begin working on this issue until triaged by the team label Apr 3, 2026
@glitchincorperated-netizen
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

triage Do not begin working on this issue until triaged by the team

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants