Skip to content

Fix Patch OpenAPI spec#3368

Merged
imobachgs merged 3 commits intomasterfrom
openapi-fixes
Apr 9, 2026
Merged

Fix Patch OpenAPI spec#3368
imobachgs merged 3 commits intomasterfrom
openapi-fixes

Conversation

@imobachgs
Copy link
Copy Markdown
Contributor

Problem

Solution

      "Patch": {
        "type": "object",
        "description": "Patch for the config.",
        "properties": {
          "update": {
            "oneOf": [
              {
                "type": "null"
              },
              {
                "$ref": "#/components/schemas/Config",
                "description": "Update for the current config."
              }
            ]
          }
        }
      },

This change was implemented by Claude Code.

Testing

  • Tested manually

Copy link
Copy Markdown
Contributor

@mchf mchf left a comment

Choose a reason for hiding this comment

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

LGTM

@imobachgs imobachgs merged commit 3b73657 into master Apr 9, 2026
13 checks passed
@imobachgs imobachgs deleted the openapi-fixes branch April 9, 2026 11:54
@imobachgs imobachgs mentioned this pull request Apr 14, 2026
imobachgs added a commit that referenced this pull request Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants