Skip to content

Conversation

@uikolas
Copy link

@uikolas uikolas commented Apr 24, 2025

Problem happens, when I try to use multipart.

Example:

    "PostTicketRequest": {
      "httpMethod": "POST",
      "uri": "/api/...",
      "summary": "Posts ticket request",
      "responseModel": "Response",
      "parameters": {
        "description": {
          "location": "multipart",
          "type": "string",
          "required": true
        },
        ....

The correct header is not added, since request is immutable object. So we need to assign a variable. Which was missed.

@uikolas uikolas changed the title Fix when multipart has body oh multipart stream Fix when multipart has body of multipart stream Apr 24, 2025
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.

1 participant