Skip to content

deleteResponse operation is missing the response model. #507

@glecaros

Description

@glecaros

The description for the delete response operation is missing the response schema:

responses:
  '200':
    description: OK

Based on the provided example, the expectation would be something like:

responses:
  '200':
    description: OK
    content:
      application/json:
        schema:
          type: object
          properties:
            id:
              type: string
            deleted:
              type: boolean
            object:
              type: string
              enum:
                - response.deleted
              x-stainless-const: true
          required:
            - id
            - object
            - deleted

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions