Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

NullPointerException while trying to use application/xml as a body for PUT api  #32

Description

@manoj-saragonda

Template RAML where the issue is seen,

/myapi:
description: "Some description"
put:
description: "some description."
queryParameters:
someName:
description: "Some name"
type: "string"
required: true
example: "some example"
body:
application/xml:
type: MyAPI
responses:
200:
body:
type: "string"
500:
body:
type: Error

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