Skip to content

[Schema Inaccuracy] Example and schema mismatch for #/paths/~1organizations~1{org}~1settings~1billing~1budgets~1{budget_id}/patch #5587

@rahulsom

Description

@rahulsom

Schema Inaccuracy

This is the json ref for the example

#/paths/~1organizations~1{org}~1settings~1billing~1budgets~1{budget_id}/patch/responses/200/content/application~1json/examples/update-budget/value

The field id doesn't exist in the schema, but exists in the example.

Here's a snippet

    1: {
>   2:   "id" : "550e8400-e29b-41d4-a716-446655440000",
    3:   "message" : "Budget successfully updated."
    4: }

Expected

The schema and example are in sync

Reproduction Steps

I could reproduce this in

  • fpt
  • ghec

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions